Files
yinmeng-ios/xplan-ios/Main/Monents/Protocol/XPMonentsMineProtocol.h
2022-08-26 21:45:18 +08:00

18 lines
318 B
Objective-C

//
// XPMonentsMineProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2022/8/18.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPMonentsMineProtocol <NSObject>
///点赞/取消动态成功
- (void)likeMonentsSuccess:(NSString *)dynamicId status:(BOOL)status;
@end
NS_ASSUME_NONNULL_END