17 lines
212 B
Objective-C
Executable File
17 lines
212 B
Objective-C
Executable File
//
|
|
// YYVipChangeVC.h
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2023/1/6.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YYVipChangeVC : BaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|