123456789101112131415161718 |
- //
- // MTMsgListModel.m
- //
- // Created by Simon on 2019/8/16.
- // Copyright © 2019 Simon. All rights reserved.
- //
- #import "MTMsgListModel.h"
- //+ (NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
- // return @{@"<#string#>" : [<#clase#> class]};
- //}
- @implementation MTMsgListModel
- @end
|