12345678910111213 |
- #import "RNNOptions.h"
-
- @interface RNNBackButtonOptions : RNNOptions
-
- @property (nonatomic, strong) Image* icon;
- @property (nonatomic, strong) Text* title;
- @property (nonatomic, strong) Text* transition;
- @property (nonatomic, strong) Color* color;
- @property (nonatomic, strong) Bool* showTitle;
- @property (nonatomic, strong) Bool* visible;
-
- @end
|