Skip to content

Instantly share code, notes, and snippets.

@akkyie
Created November 14, 2016 08:20
Show Gist options
  • Save akkyie/bafee654047dea3d65d81af9a07a5751 to your computer and use it in GitHub Desktop.
Save akkyie/bafee654047dea3d65d81af9a07a5751 to your computer and use it in GitHub Desktop.
import Foundation
extension NSObjectProtocol {
func configure(closure: (Self) -> ()) -> Self {
closure(self)
return self
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment