mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-23 04:09:46 +00:00
14 lines
228 B
C
14 lines
228 B
C
|
//
|
||
|
// 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
|