14 lines
183 B
Objective-C
14 lines
183 B
Objective-C
//
|
||
// CellModel.m
|
||
// Ifish
|
||
//
|
||
// Created by ifish7-ios on 16/3/28.
|
||
// Copyright © 2016年 imac. All rights reserved.
|
||
//
|
||
|
||
#import "CellModel.h"
|
||
|
||
@implementation CellModel
|
||
|
||
@end
|