diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 21:48:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 21:48:56 +0200 |
| commit | 848982f156a86038438918e3a51cc0f04be9c78c (patch) | |
| tree | 4c9c3d70acecb835546e5a8092c380a820a7cc52 /Types/SocialSite.h | |
| parent | cec89d9e844dc39b84778e1b88e74e23f9ca2e6a (diff) | |
Fix the pinboard/self-hosted delicious API calls
Diffstat (limited to 'Types/SocialSite.h')
| -rw-r--r-- | Types/SocialSite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/SocialSite.h b/Types/SocialSite.h index 130bc40..43155c7 100644 --- a/Types/SocialSite.h +++ b/Types/SocialSite.h @@ -18,7 +18,7 @@ typedef NS_ENUM(NSInteger, SocialSite) { @interface SocialSiteHelper : NSObject + (NSString *)displayNameForSite:(SocialSite)site; -+ (NSString *)siteURLForSite:(SocialSite)site; ++ (NSString *)cacheKeyForSite:(SocialSite)site; + (BOOL)hasVariableHost:(SocialSite)site; @end |