diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 10:38:39 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 10:38:39 +0200 |
| commit | a5e25cc05e5e33e114331cc826211c89adbcfa6a (patch) | |
| tree | 2ea647b5117e5c3b530ec66d4caafd04969e0fbe /QSBookmarkProviderFactory.h | |
| parent | 0f26c5c3b3e606c89724067d4785323de3fee751 (diff) | |
Reorganize code, WIP save for tag handling
Diffstat (limited to 'QSBookmarkProviderFactory.h')
| -rw-r--r-- | QSBookmarkProviderFactory.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/QSBookmarkProviderFactory.h b/QSBookmarkProviderFactory.h deleted file mode 100644 index e2e694b..0000000 --- a/QSBookmarkProviderFactory.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// QSBookmarkProviderFactory.h -// QSDeliciousPlugIn -// -// Factory for managing bookmark providers -// - -#import <Foundation/Foundation.h> -#import "QSBookmarkProvider.h" -#import "SocialSite.h" - -@interface QSBookmarkProviderFactory : NSObject - -@property (nonatomic, strong, readonly) NSArray<id<QSBookmarkProvider>> *providers; - -+ (instancetype)sharedFactory; - -/** - * Get the appropriate provider for the given site configuration - */ -- (id<QSBookmarkProvider>)providerForSite:(SocialSite)site username:(NSString *)username password:(NSString *)password host:(NSString *)host; - -/** - * Get all available providers - */ -- (NSArray<id<QSBookmarkProvider>> *)allProviders; - -@end
\ No newline at end of file |