IVTGetRedPackedModel.m
376 Bytes
//
// IVTGetRedPackedModel.m
// IVTMeLive
//
// Created by xrg on 16/7/16.
// Copyright © 2016年 Joky. All rights reserved.
//
#import "IVTGetRedPackedModel.h"
@implementation IVTGetRedPackedModel
- (id)initWithDictionary:(NSDictionary *)dic
{
self = [super init];
if (self) {
[self setValuesForKeysWithDictionary:dic];
}
return self;
}
@end