Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Renamed Reachability to MKReachability for compatibility with other frameworks #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions MKNetworkKit-OSX/MKNetworkKit-OSX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
ABB5C2A4148B3B160056D3E9 /* MKNetworkKit.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C295148B3B160056D3E9 /* MKNetworkKit.h */; };
ABB5C2A5148B3B160056D3E9 /* MKNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C296148B3B160056D3E9 /* MKNetworkOperation.h */; };
ABB5C2A6148B3B160056D3E9 /* MKNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C297148B3B160056D3E9 /* MKNetworkOperation.m */; };
ABB5C2A7148B3B160056D3E9 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C299148B3B160056D3E9 /* Reachability.h */; };
ABB5C2A8148B3B160056D3E9 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C29A148B3B160056D3E9 /* Reachability.m */; };
ABB5C2A7148B3B160056D3E9 /* MKReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C299148B3B160056D3E9 /* MKReachability.h */; };
ABB5C2A8148B3B160056D3E9 /* MKReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C29A148B3B160056D3E9 /* MKReachability.m */; };
ABDC974A1498A8B60034CEBE /* NSData+MKBase64.h in Headers */ = {isa = PBXBuildFile; fileRef = ABDC97481498A8B60034CEBE /* NSData+MKBase64.h */; };
ABDC974B1498A8B60034CEBE /* NSData+MKBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC97491498A8B60034CEBE /* NSData+MKBase64.m */; };
/* End PBXBuildFile section */
Expand All @@ -49,8 +49,8 @@
ABB5C295148B3B160056D3E9 /* MKNetworkKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKNetworkKit.h; path = ../../MKNetworkKit/MKNetworkKit.h; sourceTree = "<group>"; };
ABB5C296148B3B160056D3E9 /* MKNetworkOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKNetworkOperation.h; path = ../../MKNetworkKit/MKNetworkOperation.h; sourceTree = "<group>"; };
ABB5C297148B3B160056D3E9 /* MKNetworkOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MKNetworkOperation.m; path = ../../MKNetworkKit/MKNetworkOperation.m; sourceTree = "<group>"; };
ABB5C299148B3B160056D3E9 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
ABB5C29A148B3B160056D3E9 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
ABB5C299148B3B160056D3E9 /* MKReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKReachability.h; sourceTree = "<group>"; };
ABB5C29A148B3B160056D3E9 /* MKReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKReachability.m; sourceTree = "<group>"; };
ABDC97481498A8B60034CEBE /* NSData+MKBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+MKBase64.h"; sourceTree = "<group>"; };
ABDC97491498A8B60034CEBE /* NSData+MKBase64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+MKBase64.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -114,7 +114,7 @@
ABB5C295148B3B160056D3E9 /* MKNetworkKit.h */,
ABB5C296148B3B160056D3E9 /* MKNetworkOperation.h */,
ABB5C297148B3B160056D3E9 /* MKNetworkOperation.m */,
ABB5C298148B3B160056D3E9 /* Reachability */,
ABB5C298148B3B160056D3E9 /* MKReachability */,
ABB5C281148B3B010056D3E9 /* Supporting Files */,
);
path = "MKNetworkKit-OSX";
Expand Down Expand Up @@ -146,14 +146,14 @@
path = ../../MKNetworkKit/Categories;
sourceTree = "<group>";
};
ABB5C298148B3B160056D3E9 /* Reachability */ = {
ABB5C298148B3B160056D3E9 /* MKReachability */ = {
isa = PBXGroup;
children = (
ABB5C299148B3B160056D3E9 /* Reachability.h */,
ABB5C29A148B3B160056D3E9 /* Reachability.m */,
ABB5C299148B3B160056D3E9 /* MKReachability.h */,
ABB5C29A148B3B160056D3E9 /* MKReachability.m */,
);
name = Reachability;
path = ../../MKNetworkKit/Reachability;
name = MKReachability;
path = ../../MKNetworkKit/MKReachability;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand All @@ -168,7 +168,7 @@
ABB5C2A2148B3B160056D3E9 /* MKNetworkEngine.h in Headers */,
ABB5C2A4148B3B160056D3E9 /* MKNetworkKit.h in Headers */,
ABB5C2A5148B3B160056D3E9 /* MKNetworkOperation.h in Headers */,
ABB5C2A7148B3B160056D3E9 /* Reachability.h in Headers */,
ABB5C2A7148B3B160056D3E9 /* MKReachability.h in Headers */,
AB8AF0CA148B445200ECE140 /* NSAlert+MKNetworkKitAdditions.h in Headers */,
AB3A309C148F0A4400D06246 /* NSDate+RFC1123.h in Headers */,
ABDC974A1498A8B60034CEBE /* NSData+MKBase64.h in Headers */,
Expand Down Expand Up @@ -230,7 +230,7 @@
ABB5C29F148B3B160056D3E9 /* NSString+MKNetworkKitAdditions.m in Sources */,
ABB5C2A3148B3B160056D3E9 /* MKNetworkEngine.m in Sources */,
ABB5C2A6148B3B160056D3E9 /* MKNetworkOperation.m in Sources */,
ABB5C2A8148B3B160056D3E9 /* Reachability.m in Sources */,
ABB5C2A8148B3B160056D3E9 /* MKReachability.m in Sources */,
AB8AF0CB148B445200ECE140 /* NSAlert+MKNetworkKitAdditions.m in Sources */,
AB3A309D148F0A4400D06246 /* NSDate+RFC1123.m in Sources */,
ABDC974B1498A8B60034CEBE /* NSData+MKBase64.m in Sources */,
Expand Down
24 changes: 12 additions & 12 deletions MKNetworkKit-iOS/MKNetworkKit-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
ABB5C2C1148B3B360056D3E9 /* MKNetworkKit.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C2B2148B3B360056D3E9 /* MKNetworkKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
ABB5C2C2148B3B360056D3E9 /* MKNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C2B3148B3B360056D3E9 /* MKNetworkOperation.h */; settings = {ATTRIBUTES = (Public, ); }; };
ABB5C2C3148B3B360056D3E9 /* MKNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C2B4148B3B360056D3E9 /* MKNetworkOperation.m */; };
ABB5C2C4148B3B360056D3E9 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C2B6148B3B360056D3E9 /* Reachability.h */; };
ABB5C2C5148B3B360056D3E9 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C2B7148B3B360056D3E9 /* Reachability.m */; };
ABB5C2C4148B3B360056D3E9 /* MKReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = ABB5C2B6148B3B360056D3E9 /* MKReachability.h */; };
ABB5C2C5148B3B360056D3E9 /* MKReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C2B7148B3B360056D3E9 /* MKReachability.m */; };
ABB5C2CD148B40910056D3E9 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABB5C2CB148B40910056D3E9 /* SystemConfiguration.framework */; };
ABB5C2CE148B40910056D3E9 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABB5C2CC148B40910056D3E9 /* CFNetwork.framework */; };
ABE5A85F165B5A34001F93EF /* NSData+MKBase64.h in Headers */ = {isa = PBXBuildFile; fileRef = ABE5A85D165B5A34001F93EF /* NSData+MKBase64.h */; };
Expand All @@ -50,8 +50,8 @@
ABB5C2B2148B3B360056D3E9 /* MKNetworkKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKNetworkKit.h; path = ../../MKNetworkKit/MKNetworkKit.h; sourceTree = "<group>"; };
ABB5C2B3148B3B360056D3E9 /* MKNetworkOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKNetworkOperation.h; path = ../../MKNetworkKit/MKNetworkOperation.h; sourceTree = "<group>"; };
ABB5C2B4148B3B360056D3E9 /* MKNetworkOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MKNetworkOperation.m; path = ../../MKNetworkKit/MKNetworkOperation.m; sourceTree = "<group>"; };
ABB5C2B6148B3B360056D3E9 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
ABB5C2B7148B3B360056D3E9 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
ABB5C2B6148B3B360056D3E9 /* MKReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKReachability.h; sourceTree = "<group>"; };
ABB5C2B7148B3B360056D3E9 /* MKReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MKReachability.m; sourceTree = "<group>"; };
ABB5C2CB148B40910056D3E9 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
ABB5C2CC148B40910056D3E9 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
ABE5A85D165B5A34001F93EF /* NSData+MKBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+MKBase64.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -112,7 +112,7 @@
ABB5C2B2148B3B360056D3E9 /* MKNetworkKit.h */,
ABB5C2B3148B3B360056D3E9 /* MKNetworkOperation.h */,
ABB5C2B4148B3B360056D3E9 /* MKNetworkOperation.m */,
ABB5C2B5148B3B360056D3E9 /* Reachability */,
ABB5C2B5148B3B360056D3E9 /* MKReachability */,
ABB5C262148B3AE00056D3E9 /* Supporting Files */,
);
path = "MKNetworkKit-iOS";
Expand Down Expand Up @@ -146,15 +146,15 @@
path = ../../MKNetworkKit/Categories;
sourceTree = "<group>";
};
ABB5C2B5148B3B360056D3E9 /* Reachability */ = {
ABB5C2B5148B3B360056D3E9 /* MKReachability */ = {
isa = PBXGroup;
children = (
ABB5C2B6148B3B360056D3E9 /* Reachability.h */,
ABB5C2B7148B3B360056D3E9 /* Reachability.m */,
ABB5C2B6148B3B360056D3E9 /* MKReachability.h */,
ABB5C2B7148B3B360056D3E9 /* MKReachability.m */,
ABB5C2B8148B3B360056D3E9 /* Reachability_h */,
);
name = Reachability;
path = ../../MKNetworkKit/Reachability;
name = MKReachability;
path = ../../MKNetworkKit/MKReachability;
sourceTree = "<group>";
};
ABB5C2B8148B3B360056D3E9 /* Reachability_h */ = {
Expand All @@ -177,7 +177,7 @@
ABB5C2BF148B3B360056D3E9 /* MKNetworkEngine.h in Headers */,
ABB5C2C1148B3B360056D3E9 /* MKNetworkKit.h in Headers */,
ABB5C2C2148B3B360056D3E9 /* MKNetworkOperation.h in Headers */,
ABB5C2C4148B3B360056D3E9 /* Reachability.h in Headers */,
ABB5C2C4148B3B360056D3E9 /* MKReachability.h in Headers */,
AB3A3098148F0A3B00D06246 /* NSDate+RFC1123.h in Headers */,
ABE5A85F165B5A34001F93EF /* NSData+MKBase64.h in Headers */,
ABFC7C8C16A92BE500386599 /* UIImageView+MKNetworkKitAdditions.h in Headers */,
Expand Down Expand Up @@ -240,7 +240,7 @@
ABB5C2BE148B3B360056D3E9 /* UIAlertView+MKNetworkKitAdditions.m in Sources */,
ABB5C2C0148B3B360056D3E9 /* MKNetworkEngine.m in Sources */,
ABB5C2C3148B3B360056D3E9 /* MKNetworkOperation.m in Sources */,
ABB5C2C5148B3B360056D3E9 /* Reachability.m in Sources */,
ABB5C2C5148B3B360056D3E9 /* MKReachability.m in Sources */,
AB3A3099148F0A3B00D06246 /* NSDate+RFC1123.m in Sources */,
ABE5A860165B5A34001F93EF /* NSData+MKBase64.m in Sources */,
ABFC7C8D16A92BE500386599 /* UIImageView+MKNetworkKitAdditions.m in Sources */,
Expand Down
77 changes: 77 additions & 0 deletions MKNetworkKit.xcworkspace/xcshareddata/MKNetworkKit.xccheckout
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>D1041AB7-3B80-4393-AEA8-4CF976AA60BE</string>
<key>IDESourceControlProjectName</key>
<string>MKNetworkKit</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>72619AB4-B3A9-4CFB-B744-1C09B24C8188</key>
<string>https://github.com/AliSoftware/OHHTTPStubs.git</string>
<key>78BDC091-3D53-427C-B237-9BF1DC670BA9</key>
<string>https://github.com/AndreasPrang/MKNetworkKit.git</string>
<key>7E5AD4E6-B89A-49A1-B954-A8A3FA3C8F42</key>
<string>https://github.com/allending/Kiwi.git</string>
<key>B0E4C9F1-48DE-42A3-A8C5-E2565234D8F6</key>
<string>git://github.com/AFNetworking/AFNetworking.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>MKNetworkKit.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>72619AB4-B3A9-4CFB-B744-1C09B24C8188</key>
<string>../MKNetworkKit-Tests/External/OHHTTPStubs</string>
<key>78BDC091-3D53-427C-B237-9BF1DC670BA9</key>
<string>..</string>
<key>7E5AD4E6-B89A-49A1-B954-A8A3FA3C8F42</key>
<string>../MKNetworkKit-Tests/External/Kiwi</string>
<key>B0E4C9F1-48DE-42A3-A8C5-E2565234D8F6</key>
<string>../MKNetworkKit-Tests/External/OHHTTPStubs/OHHTTPStubs/UnitTests/AFNetworking</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/AndreasPrang/MKNetworkKit.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>78BDC091-3D53-427C-B237-9BF1DC670BA9</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>B0E4C9F1-48DE-42A3-A8C5-E2565234D8F6</string>
<key>IDESourceControlWCCName</key>
<string>AFNetworking</string>
</dict>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>7E5AD4E6-B89A-49A1-B954-A8A3FA3C8F42</string>
<key>IDESourceControlWCCName</key>
<string>Kiwi</string>
</dict>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>78BDC091-3D53-427C-B237-9BF1DC670BA9</string>
<key>IDESourceControlWCCName</key>
<string>MKNetworkKit</string>
</dict>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>72619AB4-B3A9-4CFB-B744-1C09B24C8188</string>
<key>IDESourceControlWCCName</key>
<string>OHHTTPStubs</string>
</dict>
</array>
</dict>
</plist>
10 changes: 5 additions & 5 deletions MKNetworkKit/MKNetworkEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @discussion
* This class is the heart of MKNetworkEngine
* You create network operations and enqueue them here
* MKNetworkEngine encapsulates a Reachability object that relieves you of managing network connectivity losses
* MKNetworkEngine encapsulates a MKReachability object that relieves you of managing network connectivity losses
* MKNetworkEngine also allows you to provide custom header fields that gets appended automatically to every request
*/
@interface MKNetworkEngine : NSObject
Expand All @@ -46,7 +46,7 @@
* @discussion
* Creates an engine for a given host name
* The hostname parameter is optional
* The hostname, if not null, initializes a Reachability notifier.
* The hostname, if not null, initializes a MKReachability notifier.
* Network reachability notifications are automatically taken care of by MKNetworkEngine
*
*/
Expand All @@ -58,7 +58,7 @@
* @discussion
* Creates an engine for a given host name
* The default headers you specify here will be appened to every operation created in this engine
* The hostname, if not null, initializes a Reachability notifier.
* The hostname, if not null, initializes a MKReachability notifier.
* Network reachability notifications are automatically taken care of by MKNetworkEngine
* Both parameters are optional
*
Expand All @@ -73,7 +73,7 @@
* The hostname parameter is optional
* The apiPath paramter is optional
* The apiPath is prefixed to every call to operationWithPath: You can use this method if your server's API location is not at the root (/)
* The hostname, if not null, initializes a Reachability notifier.
* The hostname, if not null, initializes a MKReachability notifier.
* Network reachability notifications are automatically taken care of by MKNetworkEngine
*
*/
Expand All @@ -88,7 +88,7 @@
* The port parameter can be 0, which means to use the appropriate default port (80 or 443 for HTTP or HTTPS respectively).
* The apiPath paramter is optional
* The apiPath is prefixed to every call to operationWithPath: You can use this method if your server's API location is not at the root (/)
* The hostname, if not null, initializes a Reachability notifier.
* The hostname, if not null, initializes a MKReachability notifier.
* Network reachability notifications are automatically taken care of by MKNetworkEngine
*
*/
Expand Down
10 changes: 5 additions & 5 deletions MKNetworkKit/MKNetworkEngine.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@interface MKNetworkEngine (/*Private Methods*/)

@property (copy, nonatomic) NSString *hostName;
@property (strong, nonatomic) Reachability *reachability;
@property (strong, nonatomic) MKReachability *reachability;
@property (copy, nonatomic) NSDictionary *customHeaders;
@property (assign, nonatomic) Class customOperationSubclass;

Expand Down Expand Up @@ -111,11 +111,11 @@ - (id) initWithHostName:(NSString*) hostName portNumber:(int)portNumber apiPath:
if(hostName) {
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(reachabilityChanged:)
name:kReachabilityChangedNotification
name:kMKReachabilityChangedNotification
object:nil];

self.hostName = hostName;
self.reachability = [Reachability reachabilityWithHostname:self.hostName];
self.reachability = [MKReachability reachabilityWithHostname:self.hostName];

dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{

Expand Down Expand Up @@ -166,7 +166,7 @@ -(void) dealloc {
#endif
#endif

[[NSNotificationCenter defaultCenter] removeObserver:self name:kReachabilityChangedNotification object:nil];
[[NSNotificationCenter defaultCenter] removeObserver:self name:kMKReachabilityChangedNotification object:nil];
#if TARGET_OS_IPHONE
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationDidReceiveMemoryWarningNotification object:nil];
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationDidEnterBackgroundNotification object:nil];
Expand Down Expand Up @@ -201,7 +201,7 @@ + (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object
}

#pragma mark -
#pragma mark Reachability related
#pragma mark MKReachability related

-(void) reachabilityChanged:(NSNotification*) notification
{
Expand Down
2 changes: 1 addition & 1 deletion MKNetworkKit/MKNetworkKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#import "Categories/NSAlert+MKNetworkKitAdditions.h"
#endif

#import "Reachability/Reachability.h"
#import "MKReachability/MKReachability.h"

#import "MKNetworkOperation.h"
#import "MKNetworkEngine.h"
Expand Down
Loading