mirror of
https://github.com/darlinghq/darling-corefoundation.git
synced 2024-11-23 11:59:45 +00:00
Move NSRunLoop symbol from Foundation
This commit is contained in:
parent
cf07ccf359
commit
b93972862e
@ -140,6 +140,7 @@ set(cf_sources
|
||||
NSOrderedSet.m
|
||||
NSOutputStream.m
|
||||
NSPropertyList.m
|
||||
NSRunLoop.m
|
||||
NSSet.m
|
||||
NSSharedKeyDictionary.m
|
||||
NSSharedKeySet.m
|
||||
|
5
NSRunLoop.m
Normal file
5
NSRunLoop.m
Normal file
@ -0,0 +1,5 @@
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
|
||||
@implementation NSRunLoop
|
||||
// the actual methods are in Foundation, in a category
|
||||
@end
|
Loading…
Reference in New Issue
Block a user