Skip to content

Commit

Permalink
Merge pull request MiMo42#28 from TAKeanice/nullability_fix
Browse files Browse the repository at this point in the history
add nullability to selectOnClosing delegate method return value
  • Loading branch information
TAKeanice authored Oct 13, 2020
2 parents e0d2658 + ca74c71 commit 400eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMTabBarView/MMTabBarView/MMTabBarView.h
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ NS_ASSUME_NONNULL_BEGIN

// Closing behavior
- (BOOL)tabView:(NSTabView *)aTabView disableTabCloseForTabViewItem:(NSTabViewItem *)tabViewItem;
- (NSTabViewItem *)tabView:(NSTabView *)aTabView selectOnClosingTabViewItem:(NSTabViewItem *)tabViewItem;
- (nullable NSTabViewItem *)tabView:(NSTabView *)aTabView selectOnClosingTabViewItem:(NSTabViewItem *)tabViewItem;

// Adding tabs
- (void)addNewTabToTabView:(NSTabView *)aTabView;
Expand Down

0 comments on commit 400eed0

Please sign in to comment.