Help im getting a error for line 61 and line 66
m:61:0 Expected expression before '<'
59 - (NSInteger)numberOfSectionsInTableView

UITableVie w *)tableView {
60 // Return the number of sections.
61 return <#number of sections#>;
62}
63- (NSInteger)tableView

UITableView *)tableView 64numberOfRowsInSection

NSInteger)section {
65 // Return the number of rows in the section.
66 return <#number of rows in section#>;
}