Sha256: 85669adcadbbb9db27e92d7ecc4387321334b460e8f1b79bd8e3d6081420c9ec
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
// // UIDevice.h // EarthShake // // Created by eiffel on 10-4-2. // Copyright 2010 www.likenote.com. All rights reserved. // #import <Foundation/Foundation.h> @interface UIDevice (DeviceConnectivity) +(BOOL)cellularConnected; +(BOOL)wiFiConnected; +(BOOL)networkConnected; +(BOOL)connectedToNetwork; @end
Version data entries
4 entries across 4 versions & 1 rubygems