OSDN Git Service

androidx対応。
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / IFocusingModeNotify.java
1 package net.osdn.gokigen.a01d.camera;
2
3
4 public interface IFocusingModeNotify
5 {
6     void changedFocusingMode();
7 }