package com.mirhoseini.marvel;
/**
* Created by Mohsen on 20/10/2016.
*/
public class MarvelApplicationImpl extends MarvelApplication {
@Override
public void initApplication() {
// Crash report services can be initialized here for release version
}
}