12345678910111213141516171819202122232425262728293031323334353637383940 |
-
-
-
-
-
-
-
-
-
-
- #import <Cordova/CDVViewController.h>
- #import <Cordova/CDVCommandDelegateImpl.h>
- #import <Cordova/CDVCommandQueue.h>
-
- @interface MainViewController : CDVViewController
-
- @end
-
- @interface MainCommandDelegate : CDVCommandDelegateImpl
- @end
-
- @interface MainCommandQueue : CDVCommandQueue
- @end
|