Sha256: b32f65afe6fe91a742fc6b6bb13e18c37e92ac6975bdfc7b4fb314cdecc1bcc6
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
package com.rho.navbar; import com.rhomobile.rhodes.api.IRhoApiFactory; import com.rhomobile.rhodes.api.IRhoApiSingletonFactory; public interface INavbarFactory extends IRhoApiFactory<INavbar>, IRhoApiSingletonFactory<INavbarSingleton> { @Override INavbarSingleton getApiSingleton(); @Override INavbar getApiObject(String id); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/android/generated/src/com/rho/navbar/INavbarFactory.java |