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

20 lines
553 B
Objective-C

//
// YMMineUserInfoProtocol.h
// YUMI
//
// Created by YUMI on 2021/9/23.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class ConsumerAbstractMatrix;
@protocol FBCManeConsumerAbstractCeremony <NSObject>
- (void)dwellEarnConsumerAbstractAccomplishment:(ConsumerAbstractMatrix *)userInfo;
- (void)onacquireSpecificAbstractAccomplishment:(ConsumerAbstractMatrix *)userInfo;
- (void)considertowardsionConsumerAccomplishment:(BOOL)status;
- (void)acquireConsidertowardsionDeclareAccomplishment:(BOOL)status;
@end
NS_ASSUME_NONNULL_END