Skip to content

Instantly share code, notes, and snippets.

@badboy-tian
Created March 17, 2017 10:27
Show Gist options
  • Save badboy-tian/e55a91c0f7009f70bcd9ef88c2cb898a to your computer and use it in GitHub Desktop.
Save badboy-tian/e55a91c0f7009f70bcd9ef88c2cb898a to your computer and use it in GitHub Desktop.
package: com.dimelo.sdk
include: [/Users/user/projects/git/robovm/compiler/cocoatouch/src/main/bro-gen/foundation.yaml, /Users/user/projects/git/robovm/compiler/cocoatouch/src/main/bro-gen/uikit.yaml]
library: Dimelo
framework: Dimelo
clang_args: ['-x', 'objective-c']
header_root:
headers:
- Dimelo.h
typedefs: {}
enums: {}
classes:
Dimelo:
methods:
'-init.*':
name: init
protocols:
DimeloDelegate:
methods:
'-dimelo:shouldDisplayNotificationWithText:':
name: shouldDisplayNotification
functions:
# Make sure we don't miss any functions if new ones are introduced in a later version
(k?Dimelo.*):
class: Dimelo
name: '#{g[0]}'
values:
# Make sure we don't miss any values if new ones are introduced in a later version
Dimelo(.*)Notification:
class: DimeloNotifications
name: '#{g[0]}'
(k?Dimelo.*):
class: Dimelo
name: '#{g[0]}'
constants:
# Make sure we don't miss any constants if new ones are introduced in a later version
(k?Dimelo.*):
class: Dimelo
name: '#{g[0]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment