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