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

29 lines
1.6 KiB
Objective-C

//
// YMMineProtocol.h
// YUMI
//
// Created by YUMI on 2021/9/16.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class YUMIManeProvisionMatrix, ConsumerAbstractMatrix, NobleCenterModel, CollectiveSpecificAbstractMatrix, YUMIManeFuntionProvisionMatrix, ResidenceOriflammeAbstractMatrix, RamparatetAbstractMatrix;
@protocol FBCManeCeremony <NSObject>
- (void)dwellEarnConsumerAbstractAccomplishment:(ConsumerAbstractMatrix *)userInfo;
- (void)acquireConsumerPocketbookAbstract:(RamparatetAbstractMatrix *)balanceInfo WithGroup:(dispatch_group_t) group;
- (void)acquireConsumerPocketbookAbstractFlunkAboutGroup:(dispatch_group_t) group;
- (void)acquireMagnificentConcentrtowardseAbstractAccomplishment:(NobleCenterModel *)model WithGroup:(dispatch_group_t) group;
- (void)acquireMagnificentConcentrtowardseAbstractFlunkAboutGroup:(dispatch_group_t) group;
- (void)dwellEarnCollectiveSpecificAbstractAccomplishment:(CollectiveSpecificAbstractMatrix *)collectiveAbstract WithGroup:(dispatch_group_t) group;
- (void)dwellEarnCollectiveSpecificAbstractflunkAboutGroup:(dispatch_group_t)group;
- (void)dwellEarnManeFuntionProvisionAccomplishment:(NSArray<YUMIManeFuntionProvisionMatrix *> *)items WithGroup:(dispatch_group_t) group;
- (void)dwellEarnManeFuntionProvisionFlunkAboutGroup:(dispatch_group_t) group;
- (void)dwellEarnsubjectiveOriflammeSttowardsementAccomplishment:(NSArray<ResidenceOriflammeAbstractMatrix *> *)items WithGroup:(dispatch_group_t) group;
- (void)dwellEarnsubjectiveOriflammeSttowardsementFlunkAboutGroup:(dispatch_group_t) group;
@end
NS_ASSUME_NONNULL_END