//
// DO NOT EDIT THIS FILE, IT HAS BEEN GENERATED USING AndroidAnnotations 3.0.1.
//
package com.gitonway.fineday;
public final class MyApp_
extends MyApp
{
private static MyApp INSTANCE_;
public static MyApp getInstance() {
return INSTANCE_;
}
/**
* Visible for testing purposes
*
*/
public static void setForTesting(MyApp application) {
INSTANCE_ = application;
}
@Override
public void onCreate() {
INSTANCE_ = this;
init_();
super.onCreate();
}
private void init_() {
}
}