#import "RNNOptions.h"
#import "RNNComponentOptions.h"

@interface RNNBackgroundOptions : RNNOptions

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

@end