hank
2019-06-20 9fdbb77fd2d766c9aa88f6753108354592770058
frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h
@@ -18,9 +18,12 @@
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
  A container class for data attachments so that additional metadata can be provided about the attachment.
 */
NS_SWIFT_NAME(GraphRequestDataAttachment)
@interface FBSDKGraphRequestDataAttachment : NSObject
- (instancetype)init NS_UNAVAILABLE;
@@ -53,3 +56,5 @@
@property (nonatomic, copy, readonly) NSString *filename;
@end
NS_ASSUME_NONNULL_END