Swiftgram/SSignalKitTests/DeallocatingObject.h
2015-02-09 16:34:05 +03:00

8 lines
140 B
Objective-C

#import <Foundation/Foundation.h>
@interface DeallocatingObject : NSObject
- (instancetype)initWithDeallocated:(bool *)deallocated;
@end