From a5e25cc05e5e33e114331cc826211c89adbcfa6a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 8 Sep 2025 10:38:39 +0200 Subject: Reorganize code, WIP save for tag handling --- QSBookmarkProviderFactory.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 QSBookmarkProviderFactory.h (limited to 'QSBookmarkProviderFactory.h') 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 -#import "QSBookmarkProvider.h" -#import "SocialSite.h" - -@interface QSBookmarkProviderFactory : NSObject - -@property (nonatomic, strong, readonly) NSArray> *providers; - -+ (instancetype)sharedFactory; - -/** - * Get the appropriate provider for the given site configuration - */ -- (id)providerForSite:(SocialSite)site username:(NSString *)username password:(NSString *)password host:(NSString *)host; - -/** - * Get all available providers - */ -- (NSArray> *)allProviders; - -@end \ No newline at end of file -- cgit