Sha256: 1c863a61090acb5317da0d0474dbe867e8252fb58de16c7be719ebde6f8f069a
Contents?: true
Size: 360 Bytes
Versions: 28
Compression:
Stored size: 360 Bytes
Contents
// // UIDevice.h // <%= @project_name %> // // Created by <%= @developer.capitalize %> on <%= @created_on %> // Copyright(c) <%= Time.now.year %>, All rights reserved. // #import <Foundation/Foundation.h> @interface UIDevice (DeviceConnectivity) +(BOOL)cellularConnected; +(BOOL)wiFiConnected; +(BOOL)networkConnected; +(BOOL)connectedToNetwork; @end
Version data entries
28 entries across 28 versions & 1 rubygems