Loading...
Searching...
No Matches
NCFollowMeButtonConfig.h
Go to the documentation of this file.
1//
2// NCFollowMeButtonConfig.h
3// Configuration for NCFollowMeButton widget
4//
5
6#import <UIKit/UIKit.h>
7
8NS_ASSUME_NONNULL_BEGIN
9
23@interface NCFollowMeButtonConfig : NSObject
24
25@property (nonatomic, strong, nullable) UIImage *followMeIcon;
26@property (nonatomic, strong, nullable) UIImage *followMeIconActive;
27@property (nonatomic, strong, nullable) UIColor *buttonBackgroundColor;
28@property (nonatomic, strong, nullable) UIColor *accentColor;
29@property (nonatomic, strong, nullable) UIColor *textColor;
30@property (nonatomic, assign) CGFloat buttonWidth;
31@property (nonatomic, assign) CGFloat buttonHeight;
32@property (nonatomic, assign) UIEdgeInsets insets;
33
34+ (instancetype)defaultConfig;
35
36@end
37
38NS_ASSUME_NONNULL_END