#import "RNNOptions.h"

@interface RNNSplitViewOptions : RNNOptions

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

@end
