brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 5ee6acb Raw
13 lines · c
1#import <Foundation/Foundation.h>2 3@class InternalClass;4 5@interface Bar : NSObject {6    @private7    InternalClass *storage;8}9 10- (NSString *)description;11 12@end13