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

20 lines
321 B
Objective-C
Executable File

//
// SPGonghuiDetailVC.h
// romantic
//
// Created by bj_szd on 2022/7/27.
// Copyright © 2022 romantic. All rights reserved.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPGonghuiDetailVC : BaseViewController
@property (nonatomic, copy) NSString *guild_id;
@end
NS_ASSUME_NONNULL_END