#import @interface BOINCController : NSObject { } + (void)startBOINC; + (void)waitUntilConnectionIsEstablished; + (BOOL)boincIsRunning; + (BOOL)attachProjectWithURL:(NSString *)url accountID:(NSString *)accountID; + (BOOL)updateProjectWithURL:(NSString *)url; + (BOOL)resetProjectWithURL:(NSString *)url; + (BOOL)removeProjectWithURL:(NSString *)url; + (void)stopBOINC; + (NSDictionary *)createEnvironmentDictionary; @end