Files
leanote-ios/Leanote/controller/auth/WPNUXMainButton.h
2015-08-21 23:49:41 +08:00

9 lines
147 B
Objective-C
Executable File

#import <UIKit/UIKit.h>
@interface WPNUXMainButton : UIButton
- (void)showActivityIndicator:(BOOL)show;
- (void)setColor:(UIColor *)color;
@end