diff options
Diffstat (limited to 'packages/cocoaint/src/UndefinedClasses.inc')
| -rw-r--r-- | packages/cocoaint/src/UndefinedClasses.inc | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/packages/cocoaint/src/UndefinedClasses.inc b/packages/cocoaint/src/UndefinedClasses.inc new file mode 100644 index 0000000000..f0a5b612f2 --- /dev/null +++ b/packages/cocoaint/src/UndefinedClasses.inc @@ -0,0 +1,57 @@ +{MISSING CLASSES} +NSTypesetter = NSObject; +NSInvocation = id; +NSPointerFunctions = id; +NSManagedObjectContext = id; +NSFetchRequest = id; +CIColor = id; +NSPredicateOperator = id; + +{"internal" classes that appeared in instance variables - declare as external?} +NSURLAuthenticationChallengeInternal = id; +NSURLCredentialInternal = id; +NSURLCredentialStorageInternal = id; +NSURLProtectionSpaceInternal = id; +NSCachedURLResponseInternal = id; +NSURLCacheInternal = id; +NSURLConnectionInternal = id; +NSURLProtocolInternal = id; +NSURLRequestInternal = id; +NSURLResponseInternal = id; +NSHTTPURLResponseInternal = id; +NSHTTPCookieInternal = id; +NSHTTPCookieStorageInternal = id; +NSURLDownloadInternal = id; + +{"auxiliary" instance variable classes - external?} +_NSImageAuxiliary = id; +_NSViewAuxiliary = id; +NSWindowAuxiliary = id; +NSSavePanelAuxiliary = id; + +{private instance variable classes - external?} +NSNavView = id; +NSMouseTracker = id; +__NSOVRowEntry = id; +NSStorage = id; +NSRunStorage = id; +NSSortedArray = id; +NSTabWell = id; +NSManagedObjectModel = id; + +{MISSING PROTOCOLS} +NSCopyingProtocol = objcprotocol +end; external; + +NSMutableCopyingProtocol = objcprotocol +end; external; + +NSCodingProtocol = objcprotocol +end; external; + +NSValidatedUserInterfaceItemProtocol = objcprotocol +end; external; + +NSUserInterfaceValidationsProtocol = objcprotocol +end; external; + |
