/AgenceViewController.j
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 7- (void) viewDidLoad 8{ 9 console.log("agence view did load"); 10} 11 12 13 14@end