Skip to content

Commit 57edd7f

Browse files
authored
add exampleRelatedInfo to header file (#26)
1 parent 67af1e8 commit 57edd7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CBCNodeListViewController.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,7 @@ FOUNDATION_EXTERN CBCNode *_Nonnull CBCCreatePresentableNavigationTree(void);
113113
*/
114114
- (nonnull NSString *)exampleDescription;
115115

116+
/** Returns a link to related information for the example. */
117+
- (nullable NSURL *)exampleRelatedInfo;
118+
116119
@end

0 commit comments

Comments
 (0)