Merge pull request #2810 from bedalton/fixed-cpscroller-return-style

Fixed: Change CPScroller's style method return type to int
This commit is contained in:
Alexandre Wilhelm
2019-03-29 15:01:13 -07:00
committed by GitHub
+1 -1
View File
@@ -208,7 +208,7 @@ CPThemeStateScrollerKnobDark = CPThemeState("scroller-knob-dark");
/*!
Returns the scroller's style
*/
- (void)style
- (int)style
{
return _style;
}