Skip to content

Instantly share code, notes, and snippets.

@esad
Created February 4, 2016 16:41
Show Gist options
  • Save esad/3c809178eed53736ca33 to your computer and use it in GitHub Desktop.
Save esad/3c809178eed53736ca33 to your computer and use it in GitHub Desktop.
Jazzy stray struct example
module: StrayStruct
author: Esad Hajdarevic
author_url: http://github.com/esad
objc: true
clean: true
framework_root: .
umbrella_header: foo.h
sdk: iphonesimulator
custom_categories:
- name: Bravo Struct Hits 1999
children:
- Bar
/// Very important struct
typedef struct {
int points;
} Bar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment