22 lines
378 B
Objective-C
Executable File
22 lines
378 B
Objective-C
Executable File
//
|
|
// RoomPkView.m
|
|
// romantic
|
|
//
|
|
// Created by DLAN on 2023/2/13.
|
|
// Copyright © 2023 romantic. All rights reserved.
|
|
//
|
|
|
|
#import "RoomPkView.h"
|
|
|
|
@implementation RoomPkView
|
|
|
|
/*
|
|
// Only override drawRect: if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
- (void)drawRect:(CGRect)rect {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
@end
|