Adds cocoapods for libraries.
Adds OCMockito and OCHamcrest libs.
This commit is contained in:
18
iOS/Pods/OCHamcrest/Source/Library/Object/HCClassMatcher.h
generated
Normal file
18
iOS/Pods/OCHamcrest/Source/Library/Object/HCClassMatcher.h
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
// OCHamcrest by Jon Reid, https://qualitycoding.org/
|
||||
// Copyright 2019 hamcrest.org. See LICENSE.txt
|
||||
|
||||
#import <OCHamcrest/HCBaseMatcher.h>
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HCClassMatcher : HCBaseMatcher
|
||||
|
||||
@property (nonatomic, strong, readonly) Class theClass;
|
||||
|
||||
- (instancetype)initWithClass:(Class)aClass NS_DESIGNATED_INITIALIZER;
|
||||
- (instancetype)init NS_UNAVAILABLE;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user