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

24 lines
602 B
Objective-C

//
// YMMineSettingProtocol.h
// YUMI
//
// Created by YUMI on 2021/9/17.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class YUMIVersionRefurbishMatrix;
@protocol FBCManeInstanllingCeremony <NSObject>
- (void)acquireManeInstanllingTowardsoloudspeakersourceAccomplishment:(NSArray *)array;
- (void)dwellEarnConsumerAbstractAccomplishment:(ConsumerAbstractMatrix *)userInfo;
- (void)revoctowardsionledUniversalSequenceriptionAccomplishment;
- (void)acquireReleaseRefurbishFlunk;
-(void)acquireReleaseRefurbish:(YUMIVersionRefurbishMatrix *)model;
@end
NS_ASSUME_NONNULL_END