| 12345678910111213141516171819 |
- //
- // exoensiveGifGiftV.h
- // yunbaolive
- //
- // Created by Boom on 2018/10/16.
- // Copyright © 2018年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <SVGAPlayer/SVGA.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface exoensiveGifGiftV : UIView
- -(instancetype)initWithGiftData:(NSDictionary *)giftData andVideoitem:(SVGAVideoEntity * _Nullable)videoitem;
- @end
- NS_ASSUME_NONNULL_END
|