Skip to content

Commit 6f6c829

Browse files
committed
wip
1 parent f8e98a0 commit 6f6c829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReactiveObjC/extobjc/EXTKeyPathCoding.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99

1010
#import <Foundation/Foundation.h>
11-
#import <metamacros.h>
11+
#import <ReactiveObjC/metamacros.h>
1212

1313
/**
1414
* \@rac_keypath allows compile-time verification of key paths. Given a real object

ReactiveObjC/extobjc/EXTScope.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Released under the MIT license.
88
//
99

10-
#import <metamacros.h>
10+
#import <ReactiveObjC/metamacros.h>
1111

1212
/**
1313
* \@rac_onExit defines some code to be executed when the current scope exits. The

0 commit comments

Comments
 (0)