// // TSAttributes.h // Signal // // Created by Frederic Jacobs on 22/08/15. // Copyright (c) 2015 Open Whisper Systems. All rights reserved. // #import @interface TSAttributes : NSObject + (NSDictionary *)attributesFromStorage:(BOOL)isWebRTCEnabled; + (NSDictionary *)attributesWithSignalingKey:(NSString *)signalingKey serverAuthToken:(NSString *)authToken isWebRTCEnabled:(BOOL)isWebRTCEnabled; @end