21 lines
339 B
Objective-C
21 lines
339 B
Objective-C
//
|
|
// RoomAnimationView.m
|
|
// YuMi
|
|
//
|
|
// Created by P on 2025/1/13.
|
|
//
|
|
|
|
#import "RoomAnimationView.h"
|
|
|
|
@implementation RoomAnimationView
|
|
|
|
/*
|
|
// Only override drawRect: if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
- (void)drawRect:(CGRect)rect {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
@end
|