Sha256: 1d6ebf50e99358d1e53007b71d18fc70270886270051e33fd96e88a0516d2c50
Contents?: true
Size: 311 Bytes
Versions: 14
Compression:
Stored size: 311 Bytes
Contents
package com.rho.screenorientation; import com.rho.screenorientation.IScreenOrientation; import com.rho.screenorientation.ScreenOrientationBase; public class ScreenOrientation extends ScreenOrientationBase implements IScreenOrientation { public ScreenOrientation(String id) { super(id); } }
Version data entries
14 entries across 14 versions & 1 rubygems