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 /SocialSite.h | |
| parent | 0f26c5c3b3e606c89724067d4785323de3fee751 (diff) | |
Reorganize code, WIP save for tag handling
Diffstat (limited to 'SocialSite.h')
| -rw-r--r-- | SocialSite.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/SocialSite.h b/SocialSite.h deleted file mode 100644 index f2c848c..0000000 --- a/SocialSite.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// SocialSite.h -// QSDeliciousPlugIn -// -// Social bookmark site enumeration -// - -#import <Foundation/Foundation.h> - -typedef NS_ENUM(NSInteger, SocialSite) { - SocialSiteDelicious = 0, - SocialSiteMagnolia = 1, - SocialSitePinboard = 2, - SocialSiteLinkding = 3 -}; - -@interface SocialSiteHelper : NSObject - -+ (NSString *)displayNameForSite:(SocialSite)site; -+ (NSString *)siteURLForSite:(SocialSite)site; -+ (NSString *)reversedSiteURLForSite:(SocialSite)site; - -@end
\ No newline at end of file |