mirror of
https://github.com/Burrit0z/kai
synced 2025-07-04 14:46:47 +00:00
mega brain dude
This commit is contained in:
@ -164,8 +164,8 @@ NSMutableArray *deviceInstances = [[NSMutableArray alloc] init];
|
||||
//return deviceInstances;
|
||||
}
|
||||
|
||||
+(id)array {
|
||||
return deviceInstances;
|
||||
+(void)resetArray {
|
||||
deviceInstances = [[NSMutableArray alloc] init];
|
||||
}
|
||||
|
||||
@end
|
Reference in New Issue
Block a user