package com.notificationFramework.stimulusStrategy;


import android.app.Service;

/**
 * Created by Peter De Jonckheere on 09/01/2018.
 */

public interface StimulusStrategy {

     void monitor();
}