Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Last active August 29, 2015 14:14
Show Gist options
  • Save macbaszii/408c0e2f48380246b948 to your computer and use it in GitHub Desktop.
Save macbaszii/408c0e2f48380246b948 to your computer and use it in GitHub Desktop.
// AnyObject might be used in this way
// Properties
var destinationViewController: AnyObject
var toolbarItems: [AnyObject]
// Function or Method Arguments
func prepareForSegue(segue: UIStoryboardSegue, sender AnyObject)
func addConstraints(constraints: [AnyObject])
func appendDigit(sender: AnyObject)
// Return Value
class func buttonWithType(buttonType: UIButtonType) -> AnyObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment