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.

26 lines
403 B

//
// WXYZ_AboutModel.m
// WXReader
//
// Created by Andrew on 2018/10/15.
// Copyright © 2018 Andrew. All rights reserved.
//
#import "WXYZ_AboutModel.h"
@implementation WXYZ_AboutModel
+ (NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
return @{
@"about" : [WXYZ_ContactInfoModel class]
};
}
@end
@implementation WXYZ_ContactInfoModel
@end