mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
ccb4a88742
git remote add ssk ../SignalServiceKit git remote update git merge -s ours --allow-unrelated-histories --no-commit ssk/master git read-tree --prefix=SignalServiceKit -u ssk/master git commit
12 lines
241 B
Objective-C
12 lines
241 B
Objective-C
// Created by Michael Kirk on 10/7/16.
|
|
// Copyright © 2016 Open Whisper Systems. All rights reserved.
|
|
|
|
#import "ContactsUpdater.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface OWSFakeContactsUpdater : ContactsUpdater
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|