| 123456789101112131415161718192021 |
- //
- // MOFollowRecordTool.h
- // MiMoLive
- //
- // Created by MiMo on 2025/6/16.
- //
- #import <Foundation/Foundation.h>
- #import "MOFollowAnchorModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MOFollowRecordTool : NSObject
- + (BOOL)canShowFollowViewWithAnchorId:(NSString *)anchorId scene:(NSNumber *)scene;
- + (void)saveFollowViewWithAnchorId:(NSString *)anchorId scene:(NSNumber *)scene;
- @end
- NS_ASSUME_NONNULL_END
|