Skip to content

Commit

Permalink
Resolve nullability warning in CBCNodeListViewController.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Sep 22, 2016
1 parent 6d7d7e6 commit aba9ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CBCNodeListViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FOUNDATION_EXTERN CBCNode *_Nonnull CBCCreateNavigationTree(void);
@interface CBCNode : NSObject

/** Nodes cannot be created by clients. */
- (nullable instancetype)init NS_UNAVAILABLE;
- (nonnull instancetype)init NS_UNAVAILABLE;

/** The title for this node. */
@property(nonatomic, copy, nonnull, readonly) NSString *title;
Expand Down

0 comments on commit aba9ba2

Please sign in to comment.