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
+4
View File
@@ -0,0 +1,4 @@
export declare class ActionSheet {
static show(options: any): void;
static hide(options: any): void;
}