UGCKitEffectInfo.h 361 B

1234567891011
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <UIKit/UIKit.h>
  3. @interface UGCKitEffectInfo : NSObject
  4. @property(nonatomic,strong) UIImage *icon;
  5. @property(nonatomic,strong) UIImage *selectIcon;
  6. @property(nonatomic,strong) NSMutableArray *animateIcons;
  7. @property(nonatomic,assign) BOOL isSlow;
  8. @property(nonatomic,strong) NSString *name;
  9. @end