You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
387 B
19 lines
387 B
4 years ago
|
//
|
||
|
// WXYZ_BookBackSideModel.m
|
||
|
// WXReader
|
||
|
//
|
||
|
// Created by Andrew on 2020/5/27.
|
||
|
// Copyright © 2020 Andrew. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "WXYZ_BookBackSideModel.h"
|
||
|
#import "TFBookStoreLabelModel.h"
|
||
|
|
||
|
@implementation WXYZ_BookBackSideModel
|
||
|
|
||
|
+ (NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
||
|
return @{@"guess_like" : [TFBookStoreLabelModel class]};
|
||
|
}
|
||
|
|
||
|
@end
|