blob: 2ecf25a3e5cb7a7af639b54c65978b5f4de410a0 [file] [log] [blame]
#import <Cocoa/Cocoa.h>
@interface Stuff : NSObject {
}
+ (void)doStuff;
@end