init iOS module
This commit is contained in:
11
iOS/Example/Pods/Quick/Sources/QuickSpecBase/include/QuickSpecBase.h
generated
Normal file
11
iOS/Example/Pods/Quick/Sources/QuickSpecBase/include/QuickSpecBase.h
generated
Normal file
@@ -0,0 +1,11 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface _QuickSelectorWrapper : NSObject
|
||||
- (instancetype)initWithSelector:(SEL)selector;
|
||||
@end
|
||||
|
||||
@interface _QuickSpecBase : XCTestCase
|
||||
+ (NSArray<_QuickSelectorWrapper *> *)_qck_testMethodSelectors;
|
||||
- (instancetype)init NS_DESIGNATED_INITIALIZER;
|
||||
@end
|
Reference in New Issue
Block a user