ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/IfishcameraBottomHView/IfishCameraRecordFourCell.m

28 lines
569 B
Objective-C

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