Move NSRunLoop symbol from Foundation

This commit is contained in:
Sergey Bugaev 2018-08-14 11:02:40 +03:00
parent cf07ccf359
commit b93972862e
2 changed files with 6 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,5 @@
#import <Foundation/NSRunLoop.h>
@implementation NSRunLoop
// the actual methods are in Foundation, in a category
@end