Created
September 27, 2014 19:44
-
-
Save mfikes/02182445d4b41b7fb694 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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