/AgenceViewController.j
http://github.com/chollier/Edgar · Unknown · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · f12fb7b9ff1560c0eb3de5cf31a0bfeb MD5 · raw file
- @implementation AgenceViewController : CPViewController
- {
- //CPWindow theWindow; //this "outlet" is connected automatically by the Cib
- // CPView view;
- }
- - (void) viewDidLoad
- {
- console.log("agence view did load");
- }
- @end