Last active
December 10, 2015 16:28
-
-
Save sdabet/4460736 to your computer and use it in GitHub Desktop.
Header of ScalableMenuItemImage. Just provide some convenience constructors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface ScalableMenuItemImage : CCMenuItemImage | |
+(id) itemWithNormalImage: (NSString*)value selectedImage:(NSString*) value2 disabledImage: (NSString*) value3 target:(id) t selector:(SEL) s; | |
+(id) itemWithNormalImage: (NSString*)value selectedImage:(NSString*) value2 disabledImage:(NSString*) value3 block:(void(^)(id sender))block; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment