Skip to content

Instantly share code, notes, and snippets.

View craigrbruce's full-sized avatar
🏠
Working from home

Craig Bruce craigrbruce

🏠
Working from home
View GitHub Profile
@craigrbruce
craigrbruce / Singleton.m
Last active December 14, 2015 09:08
thread-safe objective c singleton syntax
//
// Created by craigrbruce on 1/03/13.
//
// To change the template use AppCode | Preferences | File Templates.
//
#import "Singleton.h"