#import #import #import "RNNTitleOptions.h" @interface RNNTitleView : UIView @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UILabel *subtitleLabel; @end @interface RNNTitleViewHelper : NSObject @property (nonatomic, strong) RNNTitleOptions *titleOptions; @property (nonatomic, strong) RNNSubtitleOptions *subtitleOptions; - (instancetype)initWithTitleViewOptions:(RNNOptions*)titleOptions subTitleOptions:(RNNOptions*)subtitleOptions viewController:(UIViewController*)viewController; -(void)setup; @end