Sha256: f895f6eb1cd26655f38de6fe8c5b76b1748fafc1ffd0a63f8513484df0fdddb9
Contents?: true
Size: 305 Bytes
Versions: 8
Compression:
Stored size: 305 Bytes
Contents
#import <UIKit/UIKit.h> #import "CalatravaAppDelegate.h" @interface AppDelegate : UIResponder <UIApplicationDelegate, CalatravaAppDelegate> { int outstandingAjaxRequests; } @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) UINavigationController *rootNavController; @end
Version data entries
8 entries across 8 versions & 1 rubygems