Skip to content

Instantly share code, notes, and snippets.

@ntboes
ntboes / list.md
Created September 10, 2021 16:26 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@ntboes
ntboes / UIDeviceHardware.h
Created January 30, 2012 04:45 — forked from Jaybles/UIDeviceHardware.h
UIDeviceHardware - Determine iOS device being used
//
// UIDeviceHardware.h
//
// Used to determine EXACT version of device software is running on.
#import <Foundation/Foundation.h>
typedef enum {
DeviceTypeiPhone1_1,
DeviceTypeiPhone1_2,