diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-20 01:14:05 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-20 01:14:05 +0000 |
commit | 008c079a8811f91867d743ef0fb8cbada33a496f (patch) | |
tree | 99bca321849a3c7af73714b5b6349089fc32848b /data/rubyobjc_/UIKit.xml | |
parent | 9d0efc95755dc903caf7a6942c9943f7fee1c5ee (diff) |
Initial attempt at RubyObjC, but it isn't really worth anything.
git-svn-id: http://svn.telesphoreo.org/trunk@192 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/rubyobjc_/UIKit.xml')
-rw-r--r-- | data/rubyobjc_/UIKit.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/rubyobjc_/UIKit.xml b/data/rubyobjc_/UIKit.xml new file mode 100644 index 000000000..1ab514b9e --- /dev/null +++ b/data/rubyobjc_/UIKit.xml @@ -0,0 +1,12 @@ +<?xml version='1.0'?> +<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd"> +<signatures version='0.9'> + <function name='UIApplicationMain' returns='_C_INT'> + <function_arg type='_C_INT'/> + <function_arg type='_PRIV_C_PTR'/> + <function_arg type='_C_CLASS'/> + </function> + <informal_protocol name='UIApplicationNotifications'> + <method encoding='v12@0:4@8' selector='applicationDidFinishLaunching:'/> + </informal_protocol> +</signatures> |