Skip to content

Commit

Permalink
Change new class name to old class name at "Start Timer"
Browse files Browse the repository at this point in the history
  • Loading branch information
jookwang-park committed May 25, 2014
1 parent 358f57d commit 3aa3a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGPushNote/AGPushNoteView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3aa3a36

Please sign in to comment.