// // CommonEditorCellAction.m // RedAnt ERP Mobile // // Created by Ray on 8/5/15. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved. // #import "CommonEditorCellAction.h" @implementation CommonEditorCellAction //- (void)awakeFromNib { // // Initialization code //} - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end