mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
a98c82645c
* Update proto schema to reflect typing indicators. * Sketch out OWSTypingIndicatorMessage. * Add "online" to the service message params. * Sketch out logic to send typing indicator messages. * Sketch out OWSTypingIndicators class.
12 lines
455 B
Objective-C
12 lines
455 B
Objective-C
//
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
// Anything used by Swift outside of the framework must be imported.
|
|
#import <Reachability/Reachability.h>
|
|
#import <SignalServiceKit/OWSFileSystem.h>
|
|
#import <SignalServiceKit/OWSOperation.h>
|
|
#import <SignalServiceKit/OWSSyncManagerProtocol.h>
|
|
#import <SignalServiceKit/SSKJobRecord.h>
|
|
#import <SignalServiceKit/TSOutgoingMessage.h>
|
|
#import <SignalServiceKit/TSYapDatabaseObject.h>
|