Question from the Objective-C test

Create an NSArray object in Objective-C

Hard

In non-ARC, what syntax is equivalent to the following code:

myVar = @[@”test1”, @”test2”];

Author: Smart&SoftStatus: PublishedQuestion passed 24 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!