Sha256: 7622f11f4a1acdf2f22442a40064c1c64a9aec4fc34921be22f6a963bf033bf6
Contents?: true
Size: 734 Bytes
Versions: 23
Compression:
Stored size: 734 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 <UIDocumentInteractionControllerDelegate>{ } + (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; - (UIViewController *) documentInteractionControllerViewControllerForPreview: (UIDocumentInteractionController *) controller; @end
Version data entries
23 entries across 23 versions & 1 rubygems