Explorar o código

Switched over to using the @import syntax.

Christian Noon %!s(int64=9) %!d(string=hai) anos
pai
achega
f0215bae71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/Alamofire.h

+ 1 - 1
Source/Alamofire.h

@@ -20,7 +20,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#import <Foundation/Foundation.h>
+@import Foundation;
 
 FOUNDATION_EXPORT double AlamofireVersionNumber;
 FOUNDATION_EXPORT const unsigned char AlamofireVersionString[];