Skip to content

Instantly share code, notes, and snippets.

@n-b
n-b / main.m
Created March 15, 2012 14:12
properties are strong by default now.
//
// main.m
// testproperties
//
// Created by Nicolas Bouilleaud on 15/03/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <objc/runtime.h>