增加换肤功能
This commit is contained in:
16
QXLive/Party(派对)/QXPartyViewController.h
Normal file
16
QXLive/Party(派对)/QXPartyViewController.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// QXPartyViewController.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/4/24.
|
||||
//
|
||||
|
||||
#import "QXBaseViewController.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXPartyViewController : QXBaseViewController
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
31
QXLive/Party(派对)/QXPartyViewController.m
Normal file
31
QXLive/Party(派对)/QXPartyViewController.m
Normal file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// QXPartyViewController.m
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/4/24.
|
||||
//
|
||||
|
||||
#import "QXPartyViewController.h"
|
||||
|
||||
@interface QXPartyViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation QXPartyViewController
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view.
|
||||
}
|
||||
|
||||
/*
|
||||
#pragma mark - Navigation
|
||||
|
||||
// In a storyboard-based application, you will often want to do a little preparation before navigation
|
||||
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
|
||||
// Get the new view controller using [segue destinationViewController].
|
||||
// Pass the selected object to the new view controller.
|
||||
}
|
||||
*/
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user