Files
WebApp/ShenQi/NotiCenterViewController.h
2025-01-11 15:54:19 +08:00

19 lines
273 B
Objective-C

//
// NotiCenterViewController.h
// ShenQi
//
// Created by twotutoo on 2025/1/11.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface NotiCenterViewController : UIViewController
@property (nonatomic, assign) NSInteger pushId;
@end
NS_ASSUME_NONNULL_END