blob: cf5eba73f314f357dadbf4c0452789d0daffa8f4 [file] [log] [blame]
#import <objc/NSObject.h>
@interface IAmBlocky : NSObject
{
@public
int blocky_ivar;
}
+ (void) classMethod;
- (IAmBlocky *) init;
- (int) callABlock: (int) block_value;
@end