Universe.smali

.class public abstract Lgo/Universe;
.super Ljava/lang/Object;
.source "Universe.java"


# direct methods
.method static constructor <clinit>()V
    .registers 0

    .prologue
    .line 11
    invoke-static {}, Lgo/Seq;->touch()V

    .line 12
    invoke-static {}, Lgo/Universe;->_init()V

    .line 13
    return-void
.end method

.method private constructor <init>()V
    .registers 1

    .prologue
    .line 15
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method

.method private static native _init()V
.end method

.method public static touch()V
    .registers 0

    .prologue
    .line 18
    return-void
.end method