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

17 lines
202 B
Objective-C
Executable File

//
// YYVipVC.h
// SweetParty
//
// Created by bj_szd on 2023/12/18.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface YYVipVC : BaseViewController
@end
NS_ASSUME_NONNULL_END