mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			24 lines
		
	
	
		
			482 B
		
	
	
	
		
			C
		
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			482 B
		
	
	
	
		
			C
		
	
| 
								 
											7 years ago
										 
									 | 
							
								//
							 | 
						||
| 
								 | 
							
								//  Copyright (c) 2018 Open Whisper Systems. All rights reserved.
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								#import <SignalServiceKit/MockSSKEnvironment.h>
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								#import <XCTest/XCTest.h>
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								#import <YapDatabase/YapDatabaseConnection.h>
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								NS_ASSUME_NONNULL_BEGIN
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								#ifdef DEBUG
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								@interface SSKBaseTestObjC : XCTestCase
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								- (void)readWithBlock:(void (^)(YapDatabaseReadTransaction *transaction))block;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								- (void)readWriteWithBlock:(void (^)(YapDatabaseReadWriteTransaction *transaction))block;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								@end
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								#endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											7 years ago
										 
									 | 
							
								NS_ASSUME_NONNULL_END
							 |