Differences From Artifact [2b976a2838]:
- File
src/bridge/NSArray+OFObject.m
— part of check-in
[44f45c2e35]
at
2017-01-09 17:36:36
on branch trunk
— Update copyright
Forgot to add 2017, even though I already did quite some changes in
2017. (user: js, size: 769) [annotate] [blame] [check-ins using]
To Artifact [ff9bdb5c17]:
- File src/bridge/NSArray+OFObject.m — part of check-in [07e85b7edb] at 2017-10-15 22:20:20 on branch trunk — bridge: Symbols to force references to categories (user: js, size: 803) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + | * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "NSArray+OFObject.h" #import "OFArray_NSArray.h" int _NSArray_OFObject_reference; @implementation NSArray (OFObject) - (id)OFObject { return [[[OFArray_NSArray alloc] initWithNSArray: self] autorelease]; } @end |