package android.support.v4.app;
import android.os.Bundle;
/**
* Date: 30-Sen-16
* Time: 07:04
*
* @author Yuri Shmakov
*/
public class Fragment {
public void onCreate(Bundle savedInstanceState) {
throw new RuntimeException("Stub!");
}
public void onStart() {
throw new RuntimeException("Stub!");
}
public void onResume() {
throw new RuntimeException("Stub!");
}
public void onSaveInstanceState(Bundle outState) {
throw new RuntimeException("Stub!");
}
public void onStop() {
throw new RuntimeException("Stub!");
}
public void onDestroyView() {
throw new RuntimeException("Stub!");
}
public void onDestroy() {
throw new RuntimeException("Stub!");
}
final public boolean isRemoving() {
throw new RuntimeException("Stub!");
}
public final FragmentActivity getActivity() {
throw new RuntimeException("Stub!");
}
public Fragment getParentFragment() {
throw new RuntimeException("Stub!");
}
}