关注和最新数据的处理
This commit is contained in:
19
xplan-ios/Main/Monents/View/XPMonentsLatestProtocol.h
Normal file
19
xplan-ios/Main/Monents/View/XPMonentsLatestProtocol.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// XPMonentsLatestProtocol.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2022/5/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class MonentsListInfoModel;
|
||||
@protocol XPMonentsLatestProtocol <NSObject>
|
||||
///获取最新列表从成功
|
||||
- (void)getMonentsLatestListSuccess:(MonentsListInfoModel *)listInfo state:(int)state;
|
||||
///获取最新列表从失败
|
||||
- (void)getMonentsLatestListFail:(NSString *)msg state:(int)state;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user