| 123456789101112131415161718 |
- //
- // AboutViewController.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 10/21/15.
- // Copyright © 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AboutViewController : UIViewController
- //@property (strong, nonatomic) IBOutlet UILabel *labelAbout;
- @property (strong, nonatomic) IBOutlet UILabel *labelVer;
- @property (strong, nonatomic) IBOutlet UILabel *label_appname;
- @property (strong, nonatomic) IBOutlet UILabel *label_company;
- @property (strong, nonatomic) IBOutlet UITextView *tvcompany;
- @end
|