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