Signal-iOS/tests/TestSupport/Fakes/OWSFakeContactsManager.h
Michael Kirk 8fed13f9bb Don't start expiration timer until message is sent.
Started extracting a MessageSender class from TSMessagesManager+send for
easier testability and in hopes of further slimming down that son of a
gun.

// FREEBIE
2016-10-11 09:24:40 -04:00

13 lines
268 B
Objective-C

// Created by Michael Kirk on 10/7/16.
// Copyright © 2016 Open Whisper Systems. All rights reserved.
#import "ContactsManagerProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface OWSFakeContactsManager : NSObject <ContactsManagerProtocol>
@end
NS_ASSUME_NONNULL_END