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