12345678910111213141516171819202122232425262728293031 |
- #import <UIKit/UIKit.h>
- @interface CCUploadFromOtherUpp : UITableViewController <UITableViewDelegate, UITableViewDataSource>
- @property (weak, nonatomic) IBOutlet UILabel *fileSizeLabel;
- @property (weak, nonatomic) IBOutlet UITextField *fileNameTextfield;
- @property (weak, nonatomic) IBOutlet UILabel *destinationLabel;
- @end
|