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