Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. % diff -u ~/tmp/jscocoa/iPhone/iPhone.bridgesupport ./JSCocoaiPhone/iPhone.bridgesupport [~/code/iphone/HelloJSCocoaInteractiveShell]
  2. --- /Users/koyachi/tmp/jscocoa/iPhone/iPhone.bridgesupport 2010-10-27 08:23:58.000000000 +0900
  3. +++ ./JSCocoaiPhone/iPhone.bridgesupport 2010-10-28 16:02:39.000000000 +0900
  4. @@ -50,4 +50,19 @@
  5. <retval declared_type='CGColorRef' type='^{CGColor=}'/>
  6. </function>
  7.  
  8. -</signatures>
  9. \ No newline at end of file
  10. + <constant name='kCAMediaTimingFunctionLinear' declared_type='NSString*' type='@'/>
  11. + <constant name='kCAMediaTimingFunctionEaseIn' declared_type='NSString*' type='@'/>
  12. + <constant name='kCAMediaTimingFunctionEaseOut' declared_type='NSString*' type='@'/>
  13. + <constant name='kCAMediaTimingFunctionEaseInEaseOut' declared_type='NSString*' type='@'/>
  14. + <constant name='kCAMediaTimingFunctionDefault' declared_type='NSString*' type='@'/>
  15. +
  16. + <constant name='kCATransitionFade' declared_type='NSString*' type='@'/>
  17. + <constant name='kCATransitionMoveIn' declared_type='NSString*' type='@'/>
  18. + <constant name='kCATransitionPush' declared_type='NSString*' type='@'/>
  19. + <constant name='kCATransitionReveal' declared_type='NSString*' type='@'/>
  20. +
  21. + <constant name='kCATransitionFromRight' declared_type='NSString*' type='@'/>
  22. + <constant name='kCATransitionFromLeft' declared_type='NSString*' type='@'/>
  23. + <constant name='kCATransitionFromTop' declared_type='NSString*' type='@'/>
  24. + <constant name='kCATransitionFromBottom' declared_type='NSString*' type='@'/>
  25. +</signatures>
Add Comment
Please, Sign In to add comment