package com.smart.framework; public interface CustomAlertMagnatic { public abstract void PositiveMethod(); public abstract void NegativeMethod(); }