#import "RNNOptions.h"

@interface RNNSplitViewOptions : RNNOptions

@property (nonatomic, strong) NSString* displayMode;
@property (nonatomic, strong) NSString* primaryEdge;
@property (nonatomic, strong) Number* minWidth;
@property (nonatomic, strong) Number* maxWidth;

@end
