18 lines
290 B
Objective-C
18 lines
290 B
Objective-C
//
|
||
// emptyInfoCollectionViewCell.m
|
||
// Ifish
|
||
//
|
||
// Created by ifish7-ios on 16/3/31.
|
||
// Copyright © 2016年 imac. All rights reserved.
|
||
//
|
||
|
||
#import "emptyInfoCollectionViewCell.h"
|
||
|
||
@implementation emptyInfoCollectionViewCell
|
||
|
||
- (void)awakeFromNib {
|
||
// Initialization code
|
||
}
|
||
|
||
@end
|