Skip to content

Commit

Permalink
Merge pull request #59 from L-Henke/recyclerview
Browse files Browse the repository at this point in the history
Added missing DecryptingFileDoneEvent
  • Loading branch information
Doplgangr committed Nov 9, 2014
2 parents 0f77f49 + eb757fa commit 6b690fa
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.doplgangr.secrecy.Events;


public class DecryptingFileDoneEvent {
public int index;

public DecryptingFileDoneEvent(int index){
this.index = index;
}
}

0 comments on commit 6b690fa

Please sign in to comment.