export interface IViewAbility {
    isView(): boolean;
    isSupported(cb?: Function): boolean;
}
