Render themes: SVG resources on iOS, improves #69
This commit is contained in:
@@ -4,11 +4,10 @@ import org.robovm.apple.foundation.NSObject;
|
||||
import org.robovm.apple.uikit.UIColor;
|
||||
import org.robovm.objc.annotation.Method;
|
||||
|
||||
public interface SVGContext {
|
||||
public interface SVGContext {
|
||||
@Method(selector = "colorForSVGColorString:")
|
||||
public UIColor colorForSVGColorString(String svgColorString);
|
||||
|
||||
@Method(selector = "objectAtURL:")
|
||||
public NSObject objectAtURL(String aLocation);
|
||||
|
||||
public NSObject objectAtURL(String aLocation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user