diff options
Diffstat (limited to 'CyteKit/Application.h')
-rw-r--r-- | CyteKit/Application.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CyteKit/Application.h b/CyteKit/Application.h index d95ad1c..84355c1 100644 --- a/CyteKit/Application.h +++ b/CyteKit/Application.h @@ -28,6 +28,9 @@ - (void) applicationDidFinishLaunching:(id)unused; +- (void) retainNetworkActivityIndicator; +- (void) releaseNetworkActivityIndicator; + @end #endif//CyteKit_Application_H |