17 lines
224 B
Objective-C
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
|