From cc2a7b57d65e88a5239c0cebabd1951274b73d8f Mon Sep 17 00:00:00 2001 From: Piet Brauer Date: Sun, 29 Jun 2014 16:33:57 +0200 Subject: [PATCH] Fix swift template objc interoperability --- templates/human.swift.motemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/human.swift.motemplate b/templates/human.swift.motemplate index 36882b6c..a8d5743f 100644 --- a/templates/human.swift.motemplate +++ b/templates/human.swift.motemplate @@ -1,4 +1,4 @@ -@objc +@objc(<$managedObjectClassName$>) class <$managedObjectClassName$>: _<$managedObjectClassName$> { // Custom logic goes here.