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