session-ios/Signal/src/textsecure/Network/API/Requests/TSAttachmentRequest.h
2015-01-04 11:30:26 +01:00

16 lines
318 B
Objective-C

//
// TSRequestAttachment.h
// TextSecureiOS
//
// Created by Christine Corbett Moran on 12/1/13.
// Copyright (c) 2013 Open Whisper Systems. All rights reserved.
//
#import "TSRequest.h"
@interface TSAttachmentRequest : TSRequest
-(TSRequest*) initWithId:(NSNumber*) attachmentId relay:(NSString*)relay;
@end