ifish/Ifish/controllers/IfishTabControllers/探索/IfishNewShopsFlie/view/ShopNotCertifyViewCell.m

25 lines
462 B
Objective-C

//
// ShopNotCertifyViewCell.m
// Ifish
//
// Created by imac on 17/2/9.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "ShopNotCertifyViewCell.h"
@implementation ShopNotCertifyViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end