Sha256: 0765cf80a17235202a06ff2bb7ca81371dd6995d8228dc1acf9f127523cc0503
Contents?: true
Size: 564 Bytes
Versions: 52
Compression:
Stored size: 564 Bytes
Contents
// // AppManager.h // rhorunner // // Created by vlad on 9/24/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface AppManager : NSObject { } + (AppManager *)instance; + (NSString *) getApplicationsRootPath; + (NSString *) getDbPath; + (NSString *) getApplicationsRosterUrl; + (bool) installApplication:(NSString*)appName data:(NSData*)appData; - (void) copyFromMainBundle:(NSFileManager*)fileManager fromPath:(NSString*)source toPath:(NSString*)target remove:(BOOL)remove; - (void) configure; @end
Version data entries
52 entries across 52 versions & 1 rubygems