5 lines
104 B
Objective-C
5 lines
104 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface GPBExtensionDescriptor : NSObject
|
|
- (Class)msgClass;
|
|
@end
|