| | |
| | | */ |
| | | @interface FBSDKGraphRequestDataAttachment : NSObject |
| | | |
| | | - (instancetype)init NS_UNAVAILABLE; |
| | | + (instancetype)new NS_UNAVAILABLE; |
| | | |
| | | /** |
| | | Initializes the receiver with the attachment data and metadata. |
| | | - Parameter data: The attachment data (retained, not copied) |
| | | - Parameter filename: The filename for the attachment |
| | | - Parameter contentType: The content type for the attachment |
| | | @param data The attachment data (retained, not copied) |
| | | @param filename The filename for the attachment |
| | | @param contentType The content type for the attachment |
| | | */ |
| | | - (instancetype)initWithData:(NSData *)data |
| | | filename:(NSString *)filename |