1.0.18 feat:增加图片资源,修正游戏列表 UI 问题

This commit is contained in:
eggmanQQQ
2024-10-22 17:14:20 +08:00
parent 37f9457532
commit d5572c204a
26 changed files with 277 additions and 42 deletions

View 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