// // RKLampView.h // YBVideo // // Created by YunBao on 2018/8/6. // Copyright © 2018年 cat. All rights reserved. // #import @interface RKLampView : UIView @property(nonatomic,strong)NSString *contentStr; -(void)startLamp; -(void)stopLamp; @end