lpw
2025-03-18 e7ee6f733786ee45a7360776ec2534ffdfb8ef8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  WATutorialCompletedEvent.h
//  WASdkImpl
//
//  Created by lpw on 2025/2/27.
//  Copyright © 2025 GHW-T-01. All rights reserved.
//
/**
 * ghw_self_tutorial_completed 完成新手任务
 * <br>触发时机:完成新手任务(需要运营决定)时调用
 */
#import <WASdkIntf/WAEvent.h>
 
NS_ASSUME_NONNULL_BEGIN
 
@interface WATutorialCompletedEvent : WAEvent
- (instancetype)init;
@end
 
NS_ASSUME_NONNULL_END