(
Context context, String _domain, String selector, int scaleToPixels)
| 27 | |
| 28 | public class Bimi { |
| 29 | static Pair<Bitmap, Boolean> get( |
| 30 | Context context, String _domain, String selector, int scaleToPixels) |
| 31 | throws IOException { |
| 32 | throw new IllegalArgumentException("BIMI"); |
| 33 | } |
| 34 | } |