mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-21 03:01:21 +08:00
12 lines
327 B
Objective-C
Executable File
12 lines
327 B
Objective-C
Executable File
#import <UIKit/UIKit.h>
|
|
|
|
@interface WPLegacyKeyboardToolbarButtonItem : UIButton
|
|
|
|
@property (nonatomic, strong) NSString *actionTag, *actionName;
|
|
|
|
+ (id)button;
|
|
- (void)setImageName:(NSString *)imageName;
|
|
- (void)setImageName:(NSString *)imageName withColor:(UIColor *)tintColor highlightColor:(UIColor *)highlightColor;
|
|
|
|
@end
|