blob: c7611123e4ad2f3240ee6f1d3361dacf28967a22 [file] [log] [blame]
#ifndef SOMEKIT_PRIVATE_H
#define SOMEKIT_PRIVATE_H
#import <SomeKit/SomeKit.h>
@interface A(Private)
-(A*)privateTransform:(A*)input;
@property (nonatomic) A* internalProperty;
@end
@protocol InternalProtocol
@end
#endif