mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Converted project to ARC
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
MPIconType iconType = (MPIconType)[iconNumber integerValue];
|
||||
[icons addObject:[MPIconHelper icon:iconType]];
|
||||
}
|
||||
return [icons autorelease];
|
||||
return icons;
|
||||
}
|
||||
|
||||
+ (NSDictionary *)availableIconNames {
|
||||
|
||||
Reference in New Issue
Block a user