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