Skip to content

Commit

Permalink
Merge pull request #44 from b-ray/master
Browse files Browse the repository at this point in the history
Fixed swift naming conflict
  • Loading branch information
vtourraine committed Nov 16, 2015
2 parents 892368a + 9bb6ea0 commit abf4659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/VTAcknowledgementsViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
@return A newly created `VTAcknowledgementsViewController` instance.
*/
+ (nullable instancetype)acknowledgementsViewController;
+ (nullable instancetype)acknowledgementsViewController NS_SWIFT_NAME(acknowledgementsViewController());

/**
The localized version of “Acknowledgements”.
Expand Down

0 comments on commit abf4659

Please sign in to comment.