Files
yinmeng-ios/xplan-ios/Main/Room/View/FirstRecharge/Protocol/XPFirstRechargeProtocol.h
2022-02-18 11:00:46 +08:00

20 lines
308 B
Objective-C

//
// XPFirstRechargeProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2021/12/23.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPFirstRechargeProtocol <NSObject>
///获取首充列表成功
- (void)getFirstRechargeListSuccess:(NSArray *)array;
@end
NS_ASSUME_NONNULL_END