15 lines
378 B
Java
15 lines
378 B
Java
|
/*
|
||
|
* This is the source code of Telegram for Android v. 1.7.x.
|
||
|
* It is licensed under GNU GPL v. 2 or later.
|
||
|
* You should have received a copy of the license in this archive (see LICENSE).
|
||
|
*
|
||
|
* Copyright Nikolai Kudashov, 2013-2014.
|
||
|
*/
|
||
|
|
||
|
package org.telegram.ui;
|
||
|
|
||
|
import org.telegram.ui.ActionBar.BaseFragment;
|
||
|
|
||
|
public class PrivacySettingsActivity extends BaseFragment {
|
||
|
}
|