NekoX/TMessagesProj/src/main/java/org/telegram/ui/PrivacySettingsActivity.java

15 lines
378 B
Java
Raw Normal View History

2014-11-14 16:40:15 +01:00
/*
* 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 {
}