exoensiveGifGiftV.h 390 B

12345678910111213141516171819
  1. //
  2. // exoensiveGifGiftV.h
  3. // yunbaolive
  4. //
  5. // Created by Boom on 2018/10/16.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <SVGAPlayer/SVGA.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface exoensiveGifGiftV : UIView
  12. -(instancetype)initWithGiftData:(NSDictionary *)giftData andVideoitem:(SVGAVideoEntity * _Nullable)videoitem;
  13. @end
  14. NS_ASSUME_NONNULL_END