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

19 lines
286 B
Objective-C
Executable File

//
// SPGonghuiApplyListVC.h
// SweetParty
//
// Created by bj_szd on 2022/6/29.
//
#import "BaseTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPGonghuiApplyListVC : BaseTableViewController
@property (nonatomic, copy) NSString *guild_id;
@end
NS_ASSUME_NONNULL_END