Files
yinmeng-ios/xplan-ios/Main/Monents/Protocol/XPMonentsRecommendProtocol.h

20 lines
336 B
C
Raw Normal View History

2022-05-13 11:32:35 +08:00
//
// XPMonentsRecommendProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2022/5/13.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPMonentsRecommendProtocol <NSObject>
///获取推荐列表从成功
- (void)getMonentsRecommendListSuccess:(NSArray *)array state:(int)state;
@end
NS_ASSUME_NONNULL_END