12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #import <UIKit/UIKit.h>
- interface UIScrollView (TOScrollBar)
- param scrollBar The scroll bar in which to add
- */
- - (void)to_addScrollBar:(nullable TOScrollBar *)scrollBar;
- - (void)to_removeScrollbar;
|