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