package com.marshalchen.common.demoofui.sampleModules;
import android.os.Bundle;
import com.marshalchen.common.ui.HomeasUpActionbarActivity;
import com.marshalchen.common.demoofui.R;
/**
* Created by cym on 14-7-17.
*/
public class PullSplashActivity extends HomeasUpActionbarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.pull_splash_activity);
}
}