Fix build

This commit is contained in:
Ali 2021-08-27 01:24:07 +04:00
parent 892a6655e5
commit 636a07b4fc

View File

@ -322,7 +322,7 @@ const CGFloat TGPhotoEditorSliderViewInternalMargin = 7.0f;
#pragma mark - Properties
- (bool)isTracking
- (BOOL)isTracking
{
return _knobView.highlighted;
}