From d2fc07c38b51c6fa0f27586e52eee668d5bf2add Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 5 Jun 2010 22:20:31 +0000 Subject: - Improve progress indicator thread safety, improving stability and fixing issues like http://spbug.com/l/334 --- Source/YRKSpinningProgressIndicator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/YRKSpinningProgressIndicator.h') diff --git a/Source/YRKSpinningProgressIndicator.h b/Source/YRKSpinningProgressIndicator.h index 178551b9..4be79805 100644 --- a/Source/YRKSpinningProgressIndicator.h +++ b/Source/YRKSpinningProgressIndicator.h @@ -47,6 +47,7 @@ - (void)setIndeterminate:(BOOL)isIndeterminate; - (double)doubleValue; - (void)setDoubleValue:(double)doubleValue; +- (void)setNumberValue:(NSNumber *)numberValue; - (double)maxValue; - (void)setMaxValue:(double)maxValue; -- cgit v1.2.3