1234567891011121314151617181920212223242526272829303132 |
- //
- // RQDiscoverViewController.m
- // jiaPei
- //
- // Created by 张嵘 on 2021/11/19.
- // Copyright © 2021 JCZ. All rights reserved.
- //
- #import "RQDiscoverViewController.h"
- @interface RQDiscoverViewController ()
- @end
- @implementation RQDiscoverViewController
- - (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
|