Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Crooke committed Feb 26, 2015
2 parents 0914463 + 41f9d63 commit 5013d0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ObjcAssociatedObjectHelpers/ObjcAssociatedObjectHelpers.m
Expand Up @@ -25,10 +25,12 @@

#import "ObjcAssociatedObjectHelpers.h"

#if __has_feature(objc_arc)
@implementation __ObjCAscWeakContainer
+ (instancetype)wrapObject:(id)object {
__ObjCAscWeakContainer *wrapper = [[self alloc] init];
wrapper._object = object;
return wrapper;
}
@end
#endif

0 comments on commit 5013d0b

Please sign in to comment.