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.
 

24 lines
413 B

//
// WXYZ_TickectAlertModel.m
// WXReader
//
// Created by LL on 2020/6/1.
// Copyright © 2020 Andrew. All rights reserved.
//
#import "WXYZ_TickectAlertModel.h"
@implementation WXYZ_TickectAlertModel
+ (NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
return @{
@"items" : WXYZ_TickectAlertItemsModel.class
};
}
@end
@implementation WXYZ_TickectAlertItemsModel
@end