Skip to content

Instantly share code, notes, and snippets.

@mfikes
Created September 27, 2014 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfikes/02182445d4b41b7fb694 to your computer and use it in GitHub Desktop.
Save mfikes/02182445d4b41b7fb694 to your computer and use it in GitHub Desktop.
#import "FCCBooksMasterViewController.h"
#import "FCJTableView.h"
#import "FCJBarButtonItem.h"
@implementation FCCBooksMasterViewController
- (void)handleViewDidLoad {
[[self getFunction:@"view-did-load!"]
callWithArguments:@[self,
[FCJTableView wrap:self.tableView],
[FCJBarButtonItem wrap:self.logoutBarButtonItem],
[FCJBarButtonItem wrap:self.addBarButtonItem]]];
}
- (NSString*)getSubNamespace
{
return @"books-master-view-controller";
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment