Skip to content

Commit

Permalink
Merge pull request #215 from pietbrauer/fix_swift_template
Browse files Browse the repository at this point in the history
[FIX] Swift: Use `@objc(managed object class name)` to correctly work with `NSFetchRequest`. ([Piet Brauer](#215))
  • Loading branch information
rentzsch committed Jun 29, 2014
2 parents d38ebf1 + cc2a7b5 commit 2588320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/human.swift.motemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@objc
@objc(<$managedObjectClassName$>)
class <$managedObjectClassName$>: _<$managedObjectClassName$> {

// Custom logic goes here.
Expand Down

0 comments on commit 2588320

Please sign in to comment.