1.0.18 feat:增加图片资源,修正游戏列表 UI 问题
This commit is contained in:
31
YuMi/Modules/YMMine/View/VipSettingViewController.m
Normal file
31
YuMi/Modules/YMMine/View/VipSettingViewController.m
Normal file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// VipSettingViewController.m
|
||||
// YuMi
|
||||
//
|
||||
// Created by P on 2024/10/22.
|
||||
//
|
||||
|
||||
#import "VipSettingViewController.h"
|
||||
|
||||
@interface VipSettingViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation VipSettingViewController
|
||||
|
||||
- (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