Files
WebApp/ShenQi/NotiCenterViewController.h
2025-01-11 14:58:16 +08:00

17 lines
224 B
Objective-C

//
// NotiCenterViewController.h
// ShenQi
//
// Created by twotutoo on 2025/1/11.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface NotiCenterViewController : UIViewController
@end
NS_ASSUME_NONNULL_END