Update GSBlocks.m

Compatible to the new-updated GSBlocks.h
This commit is contained in:
Zenny Chen 2017-11-19 01:19:44 +08:00 committed by GitHub
parent 4c0dc51305
commit d0d7238172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,6 @@
#import "Foundation/NSObject.h"
/* Declare the block copy functions ourself so that we don't depend on a
* specific header location.
*/
void *_Block_copy(void *);
void _Block_release(void *);
@interface GSBlock : NSObject
@end