| 1234567891011121314151617181920212223 |
- //
- // FileSetItemModel.m
- // BuguLive
- //
- // Created by xfg on 16/7/30.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import "FileSetItemModel.h"
- @implementation PlaySetModel
- @end
- @implementation FileSetItemModel
- + (NSDictionary *)mj_objectClassInArray{
- return @{
- @"playSet" : @"PlaySetModel"
- };
- }
- @end
|