mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline:085acd26c4git-subtree-split:c7d0c70263
12 lines
257 B
Objective-C
12 lines
257 B
Objective-C
#import <XCTest/XCTest.h>
|
|
|
|
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
|
#import <OCMockitoIOS/OCMockitoIOS.h>
|
|
|
|
@interface BITTestsDependencyInjection : XCTestCase
|
|
|
|
- (void)setMockNotificationCenter:(id)mockNotificationCenter;
|
|
- (id)mockNotificationCenter;
|
|
|
|
@end
|