From c6307ab8b7583db93ccca5cab6be220fd30c1ccb Mon Sep 17 00:00:00 2001 From: "Maxim V. Potapov" Date: Wed, 30 Jul 2014 23:37:00 +0400 Subject: [PATCH] missing Foundation import in TKTransition.h will cause compiler errors in Swift projects --- Code/TKTransition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/TKTransition.h b/Code/TKTransition.h index 605fcff..91c5aa6 100644 --- a/Code/TKTransition.h +++ b/Code/TKTransition.h @@ -18,6 +18,8 @@ // limitations under the License. // +#import + @class TKEvent, TKState, TKStateMachine; /**