Skip to content

Instantly share code, notes, and snippets.

@Bavitharan
Last active May 22, 2019 04:15
Show Gist options
  • Save Bavitharan/6e9dadda4c61a27d485472e8dbdaac06 to your computer and use it in GitHub Desktop.
Save Bavitharan/6e9dadda4c61a27d485472e8dbdaac06 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController <UITableViewDataSource,UITableViewDelegate> {
NSArray *fruits;
}
@property (weak, nonatomic) IBOutlet UITableView *tableView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment