123456789101112 |
- #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;
-
- @end
|