#import @interface ViewController : UIViewController { NSArray *fruits; } @property (weak, nonatomic) IBOutlet UITableView *tableView; @end