123456789101112131415161718 |
- //
- // YOUPAIOCBarrageGifCell.h
- // OCBarrage
- //
- // Created by QMTV on 2017/8/31.
- // Copyright © 2017年 LFC. All rights reserved.
- //
- #import "YOUPAIOCBarrageCell.h"
- #import "YYAnimatedImageView.h"
- #import "YOUPAIOCBarrageGifDescriptor.h"
- @interface YOUPAIOCBarrageGifCell : YOUPAIOCBarrageCell
- @property (nonatomic, strong) YOUPAIOCBarrageGifDescriptor *gifDescriptor;
- @property (nonatomic, strong) YYAnimatedImageView *imageView;
- @end
|