Skip to content

Commit 9100636

Browse files
committed
This keyword is banned
1 parent c696962 commit 9100636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS/GBSlider.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ + (instancetype)configurationWithNumberOfTicks:(NSInteger)ticks;
1111
@end
1212

1313
@interface UISlider (configuration)
14-
@property(nonatomic, copy, nullable) UISliderTrackConfiguration *trackConfiguration API_AVAILABLE(ios(19.0));
14+
@property(nonatomic, copy) UISliderTrackConfiguration *trackConfiguration API_AVAILABLE(ios(19.0));
1515
@end
1616
#endif
1717

0 commit comments

Comments
 (0)