Skip to content

Commit

Permalink
Address Swift 5 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mannion-zocdoc committed Apr 25, 2019
1 parent 15da00c commit 915c366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/machine.swift.motemplate
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CoreData
<$if hasCustomBaseCaseImport$>import <$baseClassImport$><$endif$>


public extension <$managedObjectClassName$> {
extension <$managedObjectClassName$> {

<$if (hasCustomSuperclass || (hasCustomSuperentity && TemplateVar.overrideBaseClass))$>override <$endif$>@objc public class var entityName: String {
return "<$name$>"
Expand Down

0 comments on commit 915c366

Please sign in to comment.