UGCKitVideoEffectManager.h 317 B

12345678910111213
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <Foundation/Foundation.h>
  3. #import "UGCKitEffectInfo.h"
  4. #import "UGCKitTheme.h"
  5. NS_ASSUME_NONNULL_BEGIN
  6. @interface UGCKitVideoEffectManager : NSObject
  7. + (NSArray<UGCKitEffectInfo *> *)effectInfosWithTheme:(UGCKitTheme *)theme;
  8. @end
  9. NS_ASSUME_NONNULL_END