20 lines
268 B
Objective-C
Executable File
20 lines
268 B
Objective-C
Executable File
//
|
|
// PkItemList.m
|
|
// romantic
|
|
//
|
|
// Created by DLAN on 2023/2/13.
|
|
// Copyright © 2023 romantic. All rights reserved.
|
|
//
|
|
|
|
#import "PkItemList.h"
|
|
|
|
@implementation PkItemList
|
|
|
|
- (void)awakeFromNib {
|
|
[super awakeFromNib];
|
|
// Initialization code
|
|
|
|
}
|
|
|
|
@end
|