Adds cocoapods for libraries.
Adds OCMockito and OCHamcrest libs.
This commit is contained in:
25
Pods/OCMockito/Source/ThirdParty/TPDWeakProxy-1.1.0/TPDWeakProxy/MKT_TPDWeakProxy.h
generated
vendored
Normal file
25
Pods/OCMockito/Source/ThirdParty/TPDWeakProxy-1.1.0/TPDWeakProxy/MKT_TPDWeakProxy.h
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// TPDWeakProxy.h
|
||||
// TPDWeakProxy
|
||||
//
|
||||
// Copyright 2013 Tetherpad.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/**
|
||||
Instances of `TPDWeakProxy` hold a weak reference to the target object.
|
||||
*/
|
||||
|
||||
@interface MKT_TPDWeakProxy : NSProxy
|
||||
|
||||
/**
|
||||
Initializes an `TPDWeakProxy` object with the specified target object.
|
||||
|
||||
@param object The target object for the proxy.
|
||||
|
||||
@return The newly initialized proxy.
|
||||
*/
|
||||
- (instancetype)initWithObject:(id)object;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user