You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/library/src/org/whispersystems/textsecure/util/Medium.java

6 lines
111 B
Java

package org.whispersystems.textsecure.util;
public class Medium {
public static int MAX_VALUE = 0xFFFFFF;
}