Implement copy

This commit is contained in:
Gregory John Casamento 2020-01-15 10:02:58 -05:00
parent d9c42f8cc8
commit 0a402df303

View file

@ -56,7 +56,9 @@ NSAppearance *__currentAppearance = nil;
- (instancetype) copyWithZone: (NSZone *)zone
{
return nil;
NSAppearance *copy = [[NSAppearance allocWithZone: zone] initWithAppearanceNamed: [self name]
bundle: nil];
return copy;
}
// Getting the appearance name