CommonEditorCellTextView.h 436 B

12345678910111213141516
  1. //
  2. // CommonEditorCellTextView.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 9/24/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CommonEditorCellTextView : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *label_name;
  11. @property (strong, nonatomic) IBOutlet UITextView *textview;
  12. @property (strong, nonatomic) IBOutlet UILabel *starMark;
  13. @end