Files
peko-ios/YuMi/Modules/YMMine/Protocol/FBCManeVisitorCeremony.h
2023-07-06 16:54:13 +08:00

21 lines
374 B
Objective-C

//
// YMMineVisitorProtocol.h
// YUMI
//
// Created by YUMI on 2022/1/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol FBCManeVisitorCeremony <NSObject>
- (void)dwellEarnVactowardsionerSttowardsementAccomplishment:(NSArray *)array state:(int)state;
- (void)acquireVactowardsionerSttowardsementFlunk:(int)state;
@end
NS_ASSUME_NONNULL_END