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
187 B
Objective-C
12 lines
187 B
Objective-C
// Copyright © 2016 Open Whisper Systems. All rights reserved.
|
|
|
|
#import "TSRequest.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface OWSGetDevicesRequest : TSRequest
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|