Files
xj-ios/XinjiangProject/XinjiangProject/Project/Homepage/MessageListViewController.m
T
2026-02-05 20:24:38 +08:00

32 lines
681 B
Objective-C

//
// MessageListViewController.m
// XinjiangProject
//
// Created by Apple on 2026/2/5.
//
#import "MessageListViewController.h"
@interface MessageListViewController ()
@end
@implementation MessageListViewController
- (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