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