// // LMGonghuiDetailsViewController.h // SweetParty // // Created by Xmac on 2024/8/8. // #import "BaseController.h" NS_ASSUME_NONNULL_BEGIN @interface LMGonghuiDetailsViewController : BaseController @property (nonatomic, strong) NSString *guild_id; @end NS_ASSUME_NONNULL_END