19 lines
220 B
Objective-C
19 lines
220 B
Objective-C
//
|
|
// PINobleCenterListModel.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2024/3/27.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PINobleCenterListModel : NSObject
|
|
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|