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