Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @interface ViewFactory : NSObject {
  2. NSMutableDictionary * viewTemplateStore;
  3. }
  4.  
  5. - (id) initWithNib:(NSString*)aNibName;
  6.  
  7. - (UITableViewCell*)cellOfKind:(NSString*)theCellKind forTable:(UITableView*)aTableView;
  8.  
  9. @end
Add Comment
Please, Sign In to add comment