// // Copyright (c) 2021 Open Whisper Systems. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @class SDSAnyReadTransaction; @class SDSAnyWriteTransaction; #ifdef DEBUG @interface SSKBaseTestObjC : XCTestCase - (void)readWithBlock:(void (^)(SDSAnyReadTransaction *transaction))block; - (void)writeWithBlock:(void (^)(SDSAnyWriteTransaction *transaction))block; @end #endif NS_ASSUME_NONNULL_END