groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Added open access level on MustacheBoxable property for NSObject #33

Closed antoninbiret closed 7 years ago

antoninbiret commented 7 years ago

In swift 3 public access level makes property overriding impossible outside of the defining module. This PR changes the access level to open in order to let the developer overrides the MustacheBoxable property for NSObject subclasses.

groue commented 7 years ago

I totally overlooked this: many thanks, @antoninbiret!