AboutViewController.h 427 B

1234567891011121314151617
  1. //
  2. // AboutViewController.h
  3. // Apex Mobile
  4. //
  5. // Created by Ray on 14-2-26.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AboutViewController : UIViewController
  10. @property (strong, nonatomic) IBOutlet UIWebView *webview;
  11. //@property (strong, nonatomic) IBOutlet UILabel *verLabel;
  12. @property (strong, nonatomic) IBOutlet UITextView *infoText;
  13. @end