// // CommonEditorCellSignature.h // RedAnt ERP Mobile // // Created by Ray on 14-8-7. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import @interface CommonEditorCellSignature : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *labelTitle; @property (strong, nonatomic) IBOutlet UIImageView *imageviewSignature; @property (strong, nonatomic) IBOutlet UILabel *starMark; @end