24 lines
602 B
Objective-C
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
|