Files
yinmeng-ios/xplan-ios/Main/Mine/Protocol/XPMineBlackListProtocol.h

19 lines
274 B
C
Raw Permalink Normal View History

//
// XPMineBlackListProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2022/5/13.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPMineBlackListProtocol <NSObject>
- (void)getUserListInfoSuccess:(NSArray *)array;
@end
NS_ASSUME_NONNULL_END