darling-objc4/test/MRCARC.h

14 lines
228 B
C
Raw Normal View History

2020-06-09 14:23:25 +00:00
//
// MRCARC.h
// TestARCLayouts
//
// Created by Patrick Beard on 3/8/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import "ARCBase.h"
@interface MRCARC : ARCBase
@property(retain) id dataSource;
@end