diff --git a/Code/YLContextualMenuManager.m b/Code/YLContextualMenuManager.m index 40c486d..45db43c 100644 --- a/Code/YLContextualMenuManager.m +++ b/Code/YLContextualMenuManager.m @@ -283,7 +283,7 @@ - (IBAction) tinyurl: (id)sender -(IBAction)imgur:(id)sender { NSData* data = [sender representedObject]; - [[ImgurAnonymousAPIClient client] uploadImageData:data withFilename:@"nally-uploaded" completionHandler:^(NSURL *imgurURL, NSError *error) { + [[ImgurAnonymousAPIClient sharedClient] uploadImageData:data withFilename:@"nally-uploaded" completionHandler:^(NSURL *imgurURL, NSError *error) { if(error) { NSLog(@"Error! %@", error); } diff --git a/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/UserInterfaceState.xcuserstate b/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/UserInterfaceState.xcuserstate index 75f2a1e..8f9cf2a 100644 Binary files a/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/UserInterfaceState.xcuserstate and b/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 75976ad..35322b3 100644 --- a/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Nally.xcworkspace/xcuserdata/rayer.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -10,7 +10,7 @@ ignoreCount = "0" continueAfterRunningActions = "No" filePath = "Code/YLContextualMenuManager.m" - timestampString = "574139824.0320179" + timestampString = "574166507.330093" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "200" @@ -26,7 +26,7 @@ ignoreCount = "0" continueAfterRunningActions = "No" filePath = "Code/YLContextualMenuManager.m" - timestampString = "574139824.032393" + timestampString = "574166507.33061" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "277" @@ -67,5 +67,21 @@ + + + +