]> git.saurik.com Git - apple/objc4.git/blob - test/MRCARC.h
objc4-756.2.tar.gz
[apple/objc4.git] / test / MRCARC.h
1 //
2 // MRCARC.h
3 // TestARCLayouts
4 //
5 // Created by Patrick Beard on 3/8/11.
6 // Copyright 2011 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "ARCBase.h"
10
11 @interface MRCARC : ARCBase
12 @property(retain) id dataSource;
13 @end