| 12345678910111213141516171819 |
- //
- // YBUserEnterAnimation.h
- // YBVideo
- //
- // Created by YB007 on 2019/12/3.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YBUserEnterAnimation : UIView
- -(void)addUserMove:(NSDictionary *)dic;
- -(void)removeAnimation;
- @end
|