#import "RNNOptions.h"

@interface RNNBackgrounOptions : RNNOptions

@property (nonatomic, strong) NSNumber* color;
@property (nonatomic, strong) NSString* component;

@end