20 lines
553 B
Objective-C
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
|