File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
import CoreFoundation
11
11
12
12
#if os(OSX) || os(iOS)
13
- internal let kCFRunLoopEntry = CFRunLoopActivity . Entry . rawValue
14
- internal let kCFRunLoopBeforeTimers = CFRunLoopActivity . BeforeTimers . rawValue
15
- internal let kCFRunLoopBeforeSources = CFRunLoopActivity . BeforeSources . rawValue
16
- internal let kCFRunLoopBeforeWaiting = CFRunLoopActivity . BeforeWaiting . rawValue
17
- internal let kCFRunLoopAfterWaiting = CFRunLoopActivity . AfterWaiting . rawValue
18
- internal let kCFRunLoopExit = CFRunLoopActivity . Exit . rawValue
19
- internal let kCFRunLoopAllActivities = CFRunLoopActivity . AllActivities . rawValue
13
+ internal let kCFRunLoopEntry = CFRunLoopActivity . entry . rawValue
14
+ internal let kCFRunLoopBeforeTimers = CFRunLoopActivity . beforeTimers . rawValue
15
+ internal let kCFRunLoopBeforeSources = CFRunLoopActivity . beforeSources . rawValue
16
+ internal let kCFRunLoopBeforeWaiting = CFRunLoopActivity . beforeWaiting . rawValue
17
+ internal let kCFRunLoopAfterWaiting = CFRunLoopActivity . afterWaiting . rawValue
18
+ internal let kCFRunLoopExit = CFRunLoopActivity . exit . rawValue
19
+ internal let kCFRunLoopAllActivities = CFRunLoopActivity . allActivities . rawValue
20
20
#endif
21
21
22
22
public let NSDefaultRunLoopMode : String = " kCFRunLoopDefaultMode "
You can’t perform that action at this time.
0 commit comments