// // CommonEditorCellEnum.m // RedAnt ERP Mobile // // Created by Ray on 14-7-17. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import "CommonEditorCellEnum.h" @implementation CommonEditorCellEnum - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier { self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]; if (self) { // Initialization code } return self; } //- (void)awakeFromNib //{ // // Initialization code //} - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end