Skip to content

Commit f59d7a5

Browse files
committed
Fixed another compiler warning.
1 parent cc4857c commit f59d7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ViewDeck/IIViewDeckController.m

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ - (void)removeFromParentViewController;
161161
- (void)willMoveToParentViewController:(UIViewController *)parent;
162162
- (void)didMoveToParentViewController:(UIViewController *)parent;
163163

164+
- (BOOL)vdc_shouldRelay;
164165
- (void)vdc_viewWillAppear:(bool)animated;
165166
- (void)vdc_viewDidAppear:(bool)animated;
166167
- (void)vdc_viewWillDisappear:(bool)animated;

0 commit comments

Comments
 (0)