package com.facebook.common.util;
/* loaded from: classes2.dex */
public class ByteConstants {
    public static final int KB = 1024;
    public static final int MB = 1048576;

    private ByteConstants() {
    }
}
