Skip to content

Instantly share code, notes, and snippets.

@daveRanjan
Created November 29, 2016 17:30
Show Gist options
  • Save daveRanjan/3f200d59401654776985b23debed124e to your computer and use it in GitHub Desktop.
Save daveRanjan/3f200d59401654776985b23debed124e to your computer and use it in GitHub Desktop.
public interface SmsSender{
default void send(){
System.out.println("Sms send successfully");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment