17 lines
259 B
C
17 lines
259 B
C
|
|
//
|
||
|
|
// MessageNotificationListViewController.h
|
||
|
|
// Youth
|
||
|
|
//
|
||
|
|
// Created by ko1o on 2022/1/9.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "PYTableViewController.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface MessageNotificationListViewController : PYTableViewController
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|