mirror of https://github.com/oxen-io/session-ios
Merge branch 'mkirk/dev-fixups' into private-master
commit
f578ab1df2
@ -1,20 +1,16 @@
|
||||
//
|
||||
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
||||
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
#import "DebugUIPage.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class OWSTableSection;
|
||||
@class CNContact;
|
||||
@class OWSTableSection;
|
||||
|
||||
@interface DebugUIContacts : DebugUIPage
|
||||
|
||||
+ (void)createRandomContacts:(NSUInteger)count
|
||||
contactHandler:
|
||||
(nullable void (^)(CNContact *_Nonnull contact, NSUInteger idx, BOOL *_Nonnull stop))contactHandler;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
Loading…
Reference in New Issue