Files
yuyin_ios/SweetParty/主类/Mine/GongHui/LMGonghuiDetailsViewController.h
2025-08-08 11:05:33 +08:00

19 lines
287 B
Objective-C

//
// 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