darling-corefoundation/NSZombie.m

18 lines
180 B
Objective-C

//
// NSZombie.m
// CoreFoundation
//
// Copyright (c) 2014 Apportable. All rights reserved.
//
#import "NSZombie.h"
@implementation _NSZombie_
+ (void)initialize
{
}
@end