Skip to content

Commit

Permalink
add exampleRelatedInfo to header file (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarneo authored Dec 22, 2017
1 parent 67af1e8 commit 57edd7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CBCNodeListViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ FOUNDATION_EXTERN CBCNode *_Nonnull CBCCreatePresentableNavigationTree(void);
*/
- (nonnull NSString *)exampleDescription;

/** Returns a link to related information for the example. */
- (nullable NSURL *)exampleRelatedInfo;

@end

0 comments on commit 57edd7f

Please sign in to comment.