//
|
// 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
|