5 lines
82 B
Java
5 lines
82 B
Java
|
package org.thoughtcrime.securesms.util;
|
||
|
|
||
|
public @interface VisibleForTesting {
|
||
|
}
|