Closed myaug closed 10 years ago
Currently it is: self.testDeviceIDs = [NSMutableArray alloc];
It should be: self.testDeviceIDs = [[NSMutableArray alloc] init];
Currently it is: self.testDeviceIDs = [NSMutableArray alloc];
It should be: self.testDeviceIDs = [[NSMutableArray alloc] init];