Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "synRootListController.h"
- @implementation synRootListController
- - (NSArray *)specifiers {
- if (!_specifiers) {
- _specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
- }
- return _specifiers;
- }
- -(void)openTwitter {
- [[UIApplication sharedApplication]
- openURL:[NSURL URLWithString:@"https://twitter.com/@Synth____"]
- options:@{}
- completionHandler:nil];
- }
- -(void)changeStatusText{
- }
- @end
Advertisement
Add Comment
Please, Sign In to add comment