From 3aa3a361f7ba23da20ab8042c4dac356d2a11323 Mon Sep 17 00:00:00 2001 From: papimomi Date: Sun, 25 May 2014 19:47:11 +0900 Subject: [PATCH] Change new class name to old class name at "Start Timer" --- AGPushNote/AGPushNoteView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGPushNote/AGPushNoteView.m b/AGPushNote/AGPushNoteView.m index 67c4f87..e76cd91 100644 --- a/AGPushNote/AGPushNoteView.m +++ b/AGPushNote/AGPushNoteView.m @@ -143,7 +143,7 @@ + (void)showWithNotificationMessage:(NSString *)message completion:(void (^)(voi }]; //Start timer (Currently not used to make sure user see & read the push...) -// PUSH_VIEW.closeTimer = [NSTimer scheduledTimerWithTimeInterval:CLOSE_PUSH_SEC target:[IAAPushNoteView class] selector:@selector(close) userInfo:nil repeats:NO]; +// PUSH_VIEW.closeTimer = [NSTimer scheduledTimerWithTimeInterval:CLOSE_PUSH_SEC target:[AGPushNoteView class] selector:@selector(close) userInfo:nil repeats:NO]; } } + (void)closeWitCompletion:(void (^)(void))completion {