| 12345678910111213141516171819 |
- //
- // BogoRankHeadGifView.h
- // BuguLive
- //
- // Created by 宋晨光 on 2021/3/29.
- // Copyright © 2021 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface BogoRankHeadGifView : UIView
- @property(nonatomic, strong) NSMutableArray *viewArr;
- @end
- NS_ASSUME_NONNULL_END
|