CNLiveCMineService.h
474 Bytes
//
// CNLiveCMineService.h
// AFNetworking
//
// Created by open on 2021/12/27.
//
#import <Foundation/Foundation.h>
#import "CNLiveCMineProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveCMineService : NSObject
#pragma mark = 工具方法 =
/// 获取代理协议,与主工程交互
+ (id<CNLiveCMineProtocol>)shareMineProtocol;
/// 获取图片
/// @param imageName 图片名
+ (UIImage *)imageWithMineName:(NSString *)imageName;
@end
NS_ASSUME_NONNULL_END