Skip to content

Commit

Permalink
Restoring missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojb committed Aug 3, 2016
1 parent 9164f44 commit 1601f88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Neon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
// Copyright © 2015 Mike Amaral. All rights reserved.
//

#if os(iOS)
import UIKit
#else
import Cocoa
#endif


// MARK: AutoHeight
//
Expand Down

0 comments on commit 1601f88

Please sign in to comment.