Skip to content

Commit

Permalink
missing Foundation import in TKTransition.h
Browse files Browse the repository at this point in the history
will cause compiler errors in Swift projects
  • Loading branch information
Maxim V. Potapov committed Jul 30, 2014
1 parent 7204924 commit c6307ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/TKTransition.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// limitations under the License.
//

#import <Foundation/Foundation.h>

@class TKEvent, TKState, TKStateMachine;

/**
Expand Down

0 comments on commit c6307ab

Please sign in to comment.