// // XPMonentsTopicListProtocol.h // xplan-ios // // Created by 冯硕 on 2022/8/18. // #import NS_ASSUME_NONNULL_BEGIN @protocol XPMonentsTopicListProtocol - (void)getMonentsTopicListSuccess:(NSArray *)list state:(int)state; - (void)getMoentsTopicFail:(NSString *)message state:(int)state; @end NS_ASSUME_NONNULL_END