| 12345678910111213141516 |
- //
- // testTableViewController.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 14-8-5.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CacheViewController : UITableViewController<UIAlertViewDelegate>
- @property (strong, nonatomic) IBOutlet UISwitch *catchSwitch;
- @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *mum;
- @property (strong, nonatomic) IBOutlet UILabel *sizeLabel;
- @end
|