blob: 7289fa559f3a7df8571775965c23b178aafb9b52 [file] [log] [blame]
@class ClassInOtherFile;
@interface Base
- (ClassInOtherFile *)getClassInstanceWithoutMentioningItsName;
@end