Skip to content

Commit

Permalink
Add missing nonnull specifier to transition controller's init method.
Browse files Browse the repository at this point in the history
Reviewers: O2 Material Motion, O4 Material Motion Apple platform reviewers, willlarche

Reviewed By: O4 Material Motion Apple platform reviewers, willlarche

Tags: #material_motion

Differential Revision: http://codereview.cc/D1294
  • Loading branch information
jverkoey committed Jul 21, 2016
1 parent 7918b96 commit 1c8b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MDMTransitionController.h
Expand Up @@ -41,6 +41,6 @@
@interface MDMTransitionController : NSObject <UIViewControllerTransitioningDelegate>

/** Unavailable. Use viewController.mdm_transitionController instead. */
- (instancetype)init NS_UNAVAILABLE;
- (nonnull instancetype)init NS_UNAVAILABLE;

@end

0 comments on commit 1c8b091

Please sign in to comment.