Created
May 23, 2009 11:57
-
-
Save czak/116599 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd"> | |
<signatures version='0.9'> | |
<depends_on path='/System/Library/Frameworks/Foundation.framework'/> | |
<depends_on path='/System/Library/Frameworks/AppKit.framework'/> | |
<depends_on path='/System/Library/Frameworks/SystemConfiguration.framework'/> | |
<depends_on path='/System/Library/Frameworks/CoreServices.framework'/> | |
<depends_on path='/System/Library/Frameworks/CoreFoundation.framework'/> | |
<constant name='LFHTTPRequestConnectionError' type='@'/> | |
<constant name='LFHTTPRequestDefaultTimeoutInterval' type='d'/> | |
<constant name='LFHTTPRequestGETMethod' type='@'/> | |
<constant name='LFHTTPRequestPOSTMethod' type='@'/> | |
<constant name='LFHTTPRequestTimeoutError' type='@'/> | |
<constant name='LFHTTPRequestWWWFormURLEncodedContentType' type='@'/> | |
<constant name='OFFlickrAPIRequestErrorDomain' type='@'/> | |
<constant name='OFFlickrAPIReturnedErrorDomain' type='@'/> | |
<constant name='OFFlickrDeletePermission' type='@'/> | |
<constant name='OFFlickrLargeSize' type='@'/> | |
<constant name='OFFlickrMediumSize' type='@'/> | |
<constant name='OFFlickrReadPermission' type='@'/> | |
<constant name='OFFlickrSmallSize' type='@'/> | |
<constant name='OFFlickrSmallSquareSize' type='@'/> | |
<constant name='OFFlickrThumbnailSize' type='@'/> | |
<constant name='OFFlickrWritePermission' type='@'/> | |
<constant name='OFXMLTextContentKey' type='@'/> | |
<enum name='OFFlickrAPIRequestConnectionError' value='2147418113'/> | |
<enum name='OFFlickrAPIRequestFaultyXMLResponseError' value='2147418115'/> | |
<enum name='OFFlickrAPIRequestTimeoutError' value='2147418114'/> | |
<enum name='OFFlickrAPIRequestUnknownError' value='2147418178'/> | |
<class name='LFHTTPRequest'> | |
<method selector='isRunning'> | |
<retval type='B'/> | |
</method> | |
<method selector='performMethod:onURL:withData:'> | |
<retval type='B'/> | |
</method> | |
<method selector='performMethod:onURL:withInputStream:knownContentSize:'> | |
<retval type='B'/> | |
</method> | |
</class> | |
<class name='OFFlickrAPIRequest'> | |
<method selector='callAPIMethodWithGET:arguments:'> | |
<retval type='B'/> | |
</method> | |
<method selector='callAPIMethodWithPOST:arguments:'> | |
<retval type='B'/> | |
</method> | |
<method selector='isRunning'> | |
<retval type='B'/> | |
</method> | |
<method selector='uploadImageStream:suggestedFilename:MIMEType:arguments:'> | |
<retval type='B'/> | |
</method> | |
</class> | |
<informal_protocol name='LFHTTPRequestDelegate'> | |
<method type='v16@0:4@8@12' selector='httpRequest:didFailWithError:'/> | |
<method type='v24@0:4@8I12@16^{__CFHTTPMessage=}20' selector='httpRequest:didReceiveStatusCode:URL:responseHeader:'/> | |
<method type='v20@0:4@8I12I16' selector='httpRequest:receivedBytes:expectedTotal:'/> | |
<method type='v20@0:4@8I12I16' selector='httpRequest:sentBytes:total:'/> | |
<method type='v24@0:4@8^v12I16I20' selector='httpRequest:writeReceivedBytes:size:expectedTotal:'/> | |
<method type='v12@0:4@8' selector='httpRequestDidCancel:'/> | |
<method type='v12@0:4@8' selector='httpRequestDidComplete:'/> | |
</informal_protocol> | |
</signatures> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment