6 lines
98 B
Java
6 lines
98 B
Java
package com.ar.paintar.topon;
|
|
|
|
public interface AdStatusAction {
|
|
void onStatus(int adType);
|
|
}
|