Created
February 4, 2016 16:41
-
-
Save esad/3c809178eed53736ca33 to your computer and use it in GitHub Desktop.
Jazzy stray struct example
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
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 |
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
/// 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