mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-27 06:00:32 +00:00
12 lines
94 B
Objective-C
12 lines
94 B
Objective-C
//
|
|
// ARCMRC.m
|
|
//
|
|
|
|
#import "ARCMRC.h"
|
|
|
|
@implementation ARCMRC
|
|
|
|
@synthesize dataSource;
|
|
|
|
@end
|