|
@@ -3,11 +3,11 @@
|
3
|
3
|
|
4
|
4
|
@interface RNNNavigationOptions : NSObject
|
5
|
5
|
|
6
|
|
-@property (nonatomic, strong, readonly) NSNumber* topBarBackgroundColor;
|
7
|
|
-@property (nonatomic, strong, readonly) NSNumber* topBarTextColor;
|
8
|
|
-@property (nonatomic, strong, readonly) NSNumber* statusBarHidden;
|
9
|
|
-@property (nonatomic, strong, readonly) NSString* title;
|
10
|
|
-@property (nonatomic, strong, readonly) NSString* setTabBadge;
|
|
6
|
+@property (nonatomic, strong) NSNumber* topBarBackgroundColor;
|
|
7
|
+@property (nonatomic, strong) NSNumber* topBarTextColor;
|
|
8
|
+@property (nonatomic, strong) NSNumber* statusBarHidden;
|
|
9
|
+@property (nonatomic, strong) NSString* title;
|
|
10
|
+@property (nonatomic, strong) NSString* setTabBadge;
|
11
|
11
|
|
12
|
12
|
-(instancetype)init;
|
13
|
13
|
-(instancetype)initWithDict:(NSDictionary *)navigationOptions;
|