refactoring

This commit is contained in:
Max Lynch
2015-11-29 19:54:45 -06:00
parent 9d54bfcd0b
commit dfef6dcfe8
42 changed files with 719 additions and 185 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
export declare class Camera {
static getPicture: any;
static cleanup: any;
static getPicture(options: any): void;
static cleanup(): void;
}