mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-18 01:16:58 +00:00
9 lines
147 B
Objective-C
Executable File
9 lines
147 B
Objective-C
Executable File
#import <UIKit/UIKit.h>
|
|
|
|
@interface WPNUXMainButton : UIButton
|
|
|
|
- (void)showActivityIndicator:(BOOL)show;
|
|
- (void)setColor:(UIColor *)color;
|
|
|
|
@end
|