14 lines
222 B
Objective-C
Executable File
14 lines
222 B
Objective-C
Executable File
//
|
|
// RoomSongDetailModel.m
|
|
// romantic
|
|
//
|
|
// Created by 八角_马方圆 on 2022/1/5.
|
|
// Copyright © 2022 romantic. All rights reserved.
|
|
//
|
|
|
|
#import "RoomSongDetailModel.h"
|
|
|
|
@implementation RoomSongDetailModel
|
|
|
|
@end
|