ifish/Ifish/controllers/IfishTabControllers/探索/lookafterWorkbech/shopEditViewImgCell.m

29 lines
558 B
Objective-C

//
// shopEditViewImgCell.m
// Ifish
//
// Created by imac on 16/8/24.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import "shopEditViewImgCell.h"
@implementation shopEditViewImgCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
self.ImgHoldBack.layer.masksToBounds = YES;
self.ImgHoldBack.layer.cornerRadius = 5;
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end