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