Skip to content

Commit

Permalink
fix(compile): fixing pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
milos1290 committed Jun 5, 2017
1 parent 6438508 commit 16b6ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -5,11 +5,11 @@
// Created by Alexis Oyama on 11/14/16.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000

#import "LPNetworkProtocol.h"
#import "MKNetworkKit.h"

#if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000

/**
* Wrapper for Leanplum_MKNetworkEngine to use with the factory.
*/
Expand Down
Expand Up @@ -5,11 +5,11 @@
// Created by Alexis Oyama on 11/14/16.
// Copyright (c) 2016 Leanplum, Inc. All rights reserved.
//
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000

#import "LPNetworkProtocol.h"
#import "MKNetworkKit.h"

#if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000

/**
* Wrapper for Leanplum_MKNetworkOperation to use with the factory.
*/
Expand Down

0 comments on commit 16b6ab1

Please sign in to comment.