Skip to content

Commit

Permalink
Update CanvasTouchListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvgiri committed Oct 7, 2020
1 parent 8952648 commit 8a86e10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.ajithvgiri.canvaslibrary;

interface CanvasTouchListener {
public interface CanvasTouchListener {
void upTouch();
}

0 comments on commit 8a86e10

Please sign in to comment.