blob: 20a81faa10170516163d9e27dc4f2574972cd469 [file] [log] [blame]
#import <Foundation/Foundation.h>
@class InternalClass;
@interface Bar : NSObject {
@private
InternalClass *storage;
}
- (NSString *)description;
@end