Created
November 24, 2015 12:06
-
-
Save funkyboy/98f36d7b87ca0192044f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protocol HomeBlockProtocol { | |
static func populate(dictionary: [String: AnyObject]) -> HomeBlockProtocol | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment