// // AboutViewController.h // Apex Mobile // // Created by Ray on 14-2-26. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import @interface AboutViewController : UIViewController //@property (strong, nonatomic) IBOutlet UIWebView *webview; //@property (strong, nonatomic) IBOutlet UILabel *verLabel; @property (strong, nonatomic) IBOutlet UITextView *infoText; @end