lpw
2021-01-26 49b8839fda3439edc31581527e84036e58f55f0f
frameworks/FBSDKShareKit.framework/Headers/FBSDKHashtag.h
@@ -18,11 +18,14 @@
#import <Foundation/Foundation.h>
#import <FBSDKCoreKit/FBSDKCopying.h>
#import "FBSDKCoreKitImport.h"
NS_ASSUME_NONNULL_BEGIN
/**
  Represents a single hashtag that can be used with the share dialog.
 */
NS_SWIFT_NAME(Hashtag)
@interface FBSDKHashtag : NSObject <FBSDKCopying, NSSecureCoding>
/**
@@ -30,7 +33,8 @@
   `stringRepresentation` property.
 @param hashtagString The hashtag string.
 */
+ (instancetype)hashtagWithString:(NSString *)hashtagString;
+ (instancetype)hashtagWithString:(NSString *)hashtagString
NS_SWIFT_NAME(init(_:));
/**
  The hashtag string.
@@ -59,3 +63,5 @@
- (BOOL)isEqualToHashtag:(FBSDKHashtag *)hashtag;
@end
NS_ASSUME_NONNULL_END