// // YMGuildManagementViewModel.h // MSYOUPAI // // Created by YoMi on 2024/3/26. // Copyright © 2024 MS. All rights reserved. // #import "MSYOUPAIViewModel.h" #import "YMGuildManagementMyConnectionsViewModel.h" #import "GHManageModel.h" NS_ASSUME_NONNULL_BEGIN @interface YMGuildManagementViewModel : MSYOUPAIViewModel /// 获取公会信息 - (void)getGongHuiData; - (void)showBottomSort; - (void)gotoMember; @property (nonatomic, strong) GHManageModel *mangeModel; @property (nonatomic,copy) NSString *myEarnStr; @property (nonatomic,copy) NSString *startTime; @property (nonatomic, copy) NSString *endTime; @property (nonatomic, copy) NSString *kindStr; @property (nonatomic, copy) NSString *peopleStr; @end NS_ASSUME_NONNULL_END