Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arangato committed Aug 19, 2020
1 parent f8e98a0 commit 6f6c829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactiveObjC/extobjc/EXTKeyPathCoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//

#import <Foundation/Foundation.h>
#import <metamacros.h>
#import <ReactiveObjC/metamacros.h>

/**
* \@rac_keypath allows compile-time verification of key paths. Given a real object
Expand Down
2 changes: 1 addition & 1 deletion ReactiveObjC/extobjc/EXTScope.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Released under the MIT license.
//

#import <metamacros.h>
#import <ReactiveObjC/metamacros.h>

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

0 comments on commit 6f6c829

Please sign in to comment.