Revision: 28598
          http://sourceforge.net/p/bibdesk/svn/28598
Author:   hofman
Date:     2024-01-11 18:47:19 +0000 (Thu, 11 Jan 2024)
Log Message:
-----------
declare class properties

Modified Paths:
--------------
    trunk/bibdesk/BDSKSoapBinding.h

Modified: trunk/bibdesk/BDSKSoapBinding.h
===================================================================
--- trunk/bibdesk/BDSKSoapBinding.h     2024-01-11 18:43:48 UTC (rev 28597)
+++ trunk/bibdesk/BDSKSoapBinding.h     2024-01-11 18:47:19 UTC (rev 28598)
@@ -19,9 +19,9 @@
        NSString *authUsername;
        NSString *authPassword;
 }
-+ (NSString *)address;
-+ (NSString *)namespaceURI;
-+ (id)soapBinding;
+@property (class, nonatomic, readonly) NSString *address;
+@property (class, nonatomic, readonly) NSString *namespaceURI;
+@property (class, nonatomic, readonly) BDSKSoapBinding *soapBinding;
 @property (nonatomic, copy) NSURL *address;
 @property (nonatomic, copy) NSString *namespaceURI;
 @property (nonatomic) BOOL logXMLInOut;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to