<?xml version='1.0'?>
<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd">
<signatures version='1.0'>
<constant name='SFAuthorizationPluginViewUserNameKey' type64='@'/>
<constant name='SFAuthorizationPluginViewUserShortNameKey' type64='@'/>
<constant name='SFCertificateViewDisclosureStateDidChange' type64='@'/>
<constant name='SFDisplayViewException' type64='@'/>
<enum name='SFAuthorizationStartupState' value64='0'/>
<enum name='SFAuthorizationViewInProgressState' value64='2'/>
<enum name='SFAuthorizationViewLockedState' value64='1'/>
<enum name='SFAuthorizationViewUnlockedState' value64='3'/>
<enum name='SFButtonTypeBack' value64='0'/>
<enum name='SFButtonTypeCancel' value64='0'/>
<enum name='SFButtonTypeLogin' value64='1'/>
<enum name='SFButtonTypeOK' value64='1'/>
<enum name='SFViewTypeCredentials' value64='1'/>
<enum name='SFViewTypeIdentityAndCredentials' value64='0'/>
<class name='NSObject'>
<method selector='authorizationViewShouldDeauthorize:'>
<retval type64='B'/>
</method>
<method selector='certificatePanelShowHelp:'>
<retval type64='B'/>
</method>
<method selector='chooseIdentityPanelShowHelp:'>
<retval type64='B'/>
</method>
</class>
<class name='SFAuthorizationPluginView'>
<method selector='initWithCallbacks:andEngineRef:'>
<arg index='0' type_modifier='n'/>
<arg index='1' type_modifier='n'/>
</method>
<method selector='setButton:enabled:'>
<arg index='1' type64='B'/>
</method>
<method selector='setEnabled:'>
<arg index='0' type64='B'/>
</method>
</class>
<class name='SFAuthorizationView'>
<method selector='authorizationRights'>
<retval type64='^{_AuthorizationRights=I^{?}}'/>
</method>
<method selector='authorize:'>
<retval type64='B'/>
</method>
<method selector='deauthorize:'>
<retval type64='B'/>
</method>
<method selector='isEnabled'>
<retval type64='B'/>
</method>
<method selector='setAuthorizationRights:'>
<arg index='0' type64='^{_AuthorizationRights=I^{?}}' type_modifier='n'/>
</method>
<method selector='setAutoupdate:'>
<arg index='0' type64='B'/>
</method>
<method selector='setAutoupdate:interval:'>
<arg index='0' type64='B'/>
</method>
<method selector='setEnabled:'>
<arg index='0' type64='B'/>
</method>
<method selector='updateStatus:'>
<retval type64='B'/>
</method>
</class>
<class name='SFCertificatePanel'>
<method selector='beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:certificates:showGroup:'>
<arg index='2' sel_of_type64='v40@0:8@16q24^v32'/>
<arg index='3' type_modifier='n'/>
<arg index='5' type64='B'/>
</method>
<method selector='beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:trust:showGroup:'>
<arg index='2' sel_of_type64='v40@0:8@16q24^v32'/>
<arg index='3' type_modifier='n'/>
<arg index='4' type_modifier='n'/>
<arg index='5' type64='B'/>
</method>
<method selector='runModalForCertificates:showGroup:'>
<arg index='1' type64='B'/>
</method>
<method selector='runModalForTrust:showGroup:'>
<arg index='1' type64='B'/>
</method>
<method selector='setShowsHelp:'>
<arg index='0' type64='B'/>
</method>
<method selector='showsHelp'>
<retval type64='B'/>
</method>
</class>
<class name='SFCertificateTrustPanel'>
<method selector='beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:trust:message:'>
<arg index='2' sel_of_type64='v40@0:8@16q24^v32'/>
<arg index='3' type_modifier='n'/>
<arg index='4' type_modifier='n'/>
</method>
</class>
<class name='SFCertificateView'>
<method selector='detailsDisclosed'>
<retval type64='B'/>
</method>
<method selector='detailsDisplayed'>
<retval type64='B'/>
</method>
<method selector='isEditable'>
<retval type64='B'/>
</method>
<method selector='isTrustDisplayed'>
<retval type64='B'/>
</method>
<method selector='policiesDisclosed'>
<retval type64='B'/>
</method>
<method selector='setDetailsDisclosed:'>
<arg index='0' type64='B'/>
</method>
<method selector='setDisplayDetails:'>
<arg index='0' type64='B'/>
</method>
<method selector='setDisplayTrust:'>
<arg index='0' type64='B'/>
</method>
<method selector='setEditableTrust:'>
<arg index='0' type64='B'/>
</method>
<method selector='setPoliciesDisclosed:'>
<arg index='0' type64='B'/>
</method>
</class>
<class name='SFChooseIdentityPanel'>
<method selector='beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:identities:message:'>
<arg index='2' sel_of_type64='v40@0:8@16q24^v32'/>
<arg index='3' type_modifier='n'/>
</method>
<method selector='setShowsHelp:'>
<arg index='0' type64='B'/>
</method>
<method selector='showsHelp'>
<retval type64='B'/>
</method>
</class>
<class name='SFKeychainSavePanel'>
<method selector='beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:'>
<arg index='4' sel_of_type64='v40@0:8@16q24^v32'/>
<arg index='5' type_modifier='n'/>
</method>
</class>
<class name='SFKeychainSettingsPanel'>
<method selector='beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:settings:keychain:'>
<arg index='2' sel_of_type64='v40@0:8@16q24^v32'/>
<arg index='3' type_modifier='n'/>
<arg index='4' type_modifier='n'/>
</method>
<method selector='runModalForSettings:keychain:'>
<arg index='0' type_modifier='n'/>
</method>
</class>
<informal_protocol name='SFAuthorizationViewDelegate'>
<method selector='authorizationViewShouldDeauthorize:' type64='B24@0:8@16'/>
</informal_protocol>
<informal_protocol name='SFCertificatePanelDelegate'>
<method selector='certificatePanelShowHelp:' type64='B24@0:8@16'/>
</informal_protocol>
<informal_protocol name='SFChooseIdentityPanelDelegate'>
<method selector='chooseIdentityPanelShowHelp:' type64='B24@0:8@16'/>
</informal_protocol>
</signatures>
