Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Complete the prototype of the block. #98

Merged
merged 1 commit into from
Sep 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GTMOAuth2.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GTMOAuth2'
s.version = '1.1.4'
s.version = '1.1.5'
s.author = 'Google Inc.'
s.homepage = 'https://github.com/google/gtm-oauth2'
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion Source/Touch/GTMOAuth2ViewControllerTouch.m
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ - (void)setUpNavigation {

- (void)popView {
#if NS_BLOCKS_AVAILABLE
void (^popViewBlock)() = self.popViewBlock;
void (^popViewBlock)(void) = self.popViewBlock;
#else
id popViewBlock = nil;
#endif
Expand Down