123456789101112131415 |
- #import "RNNOptions.h"
-
- @interface RNNBackButtonOptions : RNNOptions
-
- @property (nonatomic, strong) NSDictionary* icon;
- @property (nonatomic, strong) NSNumber* visible;
- @property (nonatomic, strong) NSString* title;
- @property (nonatomic, strong) NSString* transition;
- @property (nonatomic, strong) NSNumber* showTitle;
- @property (nonatomic, strong) NSNumber* color;
- @property (nonatomic, strong) NSString* fontFamily;
- @property (nonatomic, strong) NSNumber* fontSize;
-
- @end
|