RKLampView.h 272 B

1234567891011121314151617
  1. //
  2. // RKLampView.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/8/6.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RKLampView : UIView
  10. @property(nonatomic,strong)NSString *contentStr;
  11. -(void)startLamp;
  12. -(void)stopLamp;
  13. @end