CNLiveMineRequest.h 428 Bytes
//
//  CNLiveMineRequest.h
//  CNLiveMineModule
//
//  Created by 153993236@qq.com on 11/12/2019.
//  Copyright © 2019 153993236@qq.com. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN
typedef void(^CancelCollectionBlock)(BOOL isSuccess, NSDictionary *data, NSError *error);

@interface CNLiveMineRequest : NSObject

+ (void)signIn:(CancelCollectionBlock)block;

@end

NS_ASSUME_NONNULL_END