Loading...
Searching...
No Matches
NCFollowMeButtonConfig.m
Go to the documentation of this file.
1//
2// NCFollowMeButtonConfig.m
3//
4
6
7@implementation NCFollowMeButtonConfig
8
9+ (instancetype)defaultConfig {
10 NCFollowMeButtonConfig *config = [[NCFollowMeButtonConfig alloc] init];
11 config.buttonWidth = 0;
12 config.buttonHeight = 0;
13 config.insets = UIEdgeInsetsZero;
14 return config;
15}
16
17@end