4 lines
67 B
Objective-C
4 lines
67 B
Objective-C
#include "Base.h"
|
|
@interface DerivedInterface : BaseInterface
|
|
@end
|