AboutViewController.h 557 B

123456789101112131415161718
  1. //
  2. // AboutViewController.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 10/21/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AboutViewController : UIViewController
  10. //@property (strong, nonatomic) IBOutlet UILabel *labelAbout;
  11. @property (strong, nonatomic) IBOutlet UILabel *labelVer;
  12. @property (strong, nonatomic) IBOutlet UILabel *label_appname;
  13. @property (strong, nonatomic) IBOutlet UILabel *label_company;
  14. @property (strong, nonatomic) IBOutlet UITextView *tvcompany;
  15. @end