| 1234567891011121314151617 |
- // Copyright (c) 2019 Tencent. All rights reserved.
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- static NSString * const UGCKitReportItem_startrecord = @"startrecord";
- static NSString * const UGCKitReportItem_videorecord = @"videorecord";
- static NSString * const UGCKitReportItem_videoedit = @"videoedit";
- static NSString * const UGCKitReportItem_pictureedit = @"pictureedit";
- static NSString * const UGCKitReportItem_videojoiner = @"videojoiner";
- @interface UGCKitReportConstants : NSObject
- @end
- NS_ASSUME_NONNULL_END
|