| 123456789101112131415161718192021 |
- //
- // RoomVoiceModel.m
- // UniversalApp
- //
- // Created by bogokj on 2019/8/7.
- // Copyright © 2019 voidcat. All rights reserved.
- //
- #import "RoomVoiceModel.h"
- @implementation RoomWheatTypeModel
- @end
- @implementation RoomVoiceModel
- + (NSDictionary *)mj_objectClassInArray{
- return @{@"wheat_type":@"RoomWheatTypeModel"};
- }
- @end
|