session-ios/SignalServiceKit/src/TestUtils/OWSFakeProfileManager.h
2018-10-15 15:58:54 -06:00

18 lines
254 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "ProfileManagerProtocol.h"
NS_ASSUME_NONNULL_BEGIN
#ifdef DEBUG
@interface OWSFakeProfileManager : NSObject <ProfileManagerProtocol>
@end
#endif
NS_ASSUME_NONNULL_END