/AgenceViewController.j

http://github.com/chollier/Edgar · Unknown · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · f12fb7b9ff1560c0eb3de5cf31a0bfeb MD5 · raw file

  1. @implementation AgenceViewController : CPViewController
  2. {
  3. //CPWindow theWindow; //this "outlet" is connected automatically by the Cib
  4. // CPView view;
  5. }
  6. - (void) viewDidLoad
  7. {
  8. console.log("agence view did load");
  9. }
  10. @end