UGCKitReportConstants.h 538 B

1234567891011121314151617
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <Foundation/Foundation.h>
  3. NS_ASSUME_NONNULL_BEGIN
  4. static NSString * const UGCKitReportItem_startrecord = @"startrecord";
  5. static NSString * const UGCKitReportItem_videorecord = @"videorecord";
  6. static NSString * const UGCKitReportItem_videoedit = @"videoedit";
  7. static NSString * const UGCKitReportItem_pictureedit = @"pictureedit";
  8. static NSString * const UGCKitReportItem_videojoiner = @"videojoiner";
  9. @interface UGCKitReportConstants : NSObject
  10. @end
  11. NS_ASSUME_NONNULL_END