Sha256: 5b80247772d4f9e6a37913800d1ceeee5eb121b813705994cf9933d17759c916
Contents?: true
Size: 530 Bytes
Versions: 17
Compression:
Stored size: 530 Bytes
Contents
// Many protocols will work from wax out of the box. But some need to be preloaded. // If the protocol you are using isn't found, just add the protocol to this object // // This seems to be a bug, or there is a runtime method I'm unaware of #import <UIKit/UIKit.h> @interface ProtocolLoader : NSObject <UIApplicationDelegate, UIWebViewDelegate, UIActionSheetDelegate, UIAlertViewDelegate, UISearchBarDelegate, UITextViewDelegate, UITabBarControllerDelegate, UISearchDisplayDelegate> {} @end @implementation ProtocolLoader @end
Version data entries
17 entries across 6 versions & 1 rubygems