Exposed the activity indicator methods from UIImageView+WebView so we can use them in a future category
This commit is contained in:
parent
8f4a9dae2d
commit
debc0d4827
|
@ -188,4 +188,9 @@
|
|||
*/
|
||||
- (void)setIndicatorStyle:(UIActivityIndicatorViewStyle)style;
|
||||
|
||||
- (BOOL)showActivityIndicatorView;
|
||||
- (void)addActivityIndicator;
|
||||
- (void)removeActivityIndicator;
|
||||
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue