Files
peko-ios/YuMi/Modules/YMNewHome/View/XPHomePagingViewController.m
eggmanQQQ 9e156c223f #916
优化代码结构
2024-06-18 14:17:06 +08:00

34 lines
738 B
Objective-C

//
// XPHomePagingViewController.m
// YuMi
//
// Created by P on 2024/6/16.
//
#import "XPHomePagingViewController.h"
@interface XPHomePagingViewController ()
@property (nonatomic, strong) UIPageViewController pageContainer;
@end
@implementation XPHomePagingViewController
- (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