#import <Foundation/Foundation.h> @interface NewAlbanyInterface : NSObject { -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath } @end
Jump To Top of Thread