#import "RNNOptions.h" @interface RNNBackButtonOptions : RNNOptions @property (nonatomic, strong) NSDictionary* image; @property (nonatomic, strong) NSNumber* visible; @property (nonatomic, strong) NSString* title; @property (nonatomic, strong) NSString* transition; @property (nonatomic, strong) NSNumber* hideTitle; @end