// // TSAttachementPointer.h // Signal // // Created by Frederic Jacobs on 17/12/14. // Copyright (c) 2014 Open Whisper Systems. All rights reserved. // #import #import "TSAttachment.h" @interface TSAttachmentPointer : TSAttachment - (instancetype)initWithIdentifier:(uint64_t)identifier key:(NSData*)key contentType:(NSString*)contentType relay:(NSString*)relay NS_DESIGNATED_INITIALIZER;; @property NSString *relay; @end