Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 4.2 and Xcode 10 support #28

Merged
merged 12 commits into from
Oct 14, 2018
Prev Previous commit
Next Next commit
chore: fix missing imports for NotificationCenterMock
  • Loading branch information
chrs1885 committed Oct 14, 2018
commit d6b2699300a78578ec9c839b0bbae6b1631c56ed
4 changes: 4 additions & 0 deletions Tests/Features/Mocks/NotificationCenterMock.swift
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@

#if os(iOS) || os(tvOS) || os(OSX)

#if os(iOS) || os(tvOS)
import UIKit
#endif

@testable import Capable

class NotificationCenterMock: NotificationCenter {