yeti / signals

MIT License
3 stars 4 forks source link

Remove -Swift import in DataModel.m #64

Closed ZachGawlik closed 8 years ago

ZachGawlik commented 8 years ago

@rmutter Removed this line from the Jinja template that causes problems when you're running an Objective-C project with Objective-C generated signals code. They will have to add this line (along with adding a bridging header, etc.) if they decide to mix languages, but I feel like that isn't the path we should support by default.

rmutter commented 8 years ago

@ZachGawlik makes sense to me and agree we no longer need it