File indexing completed on 2024-05-12 16:25:01

0001 ////Copyright 11/6/14  YANG Qiao yangqiao0505@me.com
0002 ////kdeconnect is distributed under two licenses.
0003 ////
0004 ////* The Mozilla Public License (MPL) v2.0
0005 ////
0006 ////or
0007 ////
0008 ////* The General Public License (GPL) v2.1
0009 ////
0010 ////----------------------------------------------------------------------
0011 ////
0012 ////Software distributed under these licenses is distributed on an "AS
0013 ////IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
0014 ////implied. See the License for the specific language governing rights
0015 ////and limitations under the License.
0016 ////kdeconnect is distributed under both the GPL and the MPL. The MPL
0017 ////notice, reproduced below, covers the use of either of the licenses.
0018 ////
0019 ////----------------------------------------------------------------------
0020 //
0021 //#import "IASKSettingsStore.h"
0022 //#define KDECONNECT_GLOBAL_SETTING_FILE_PATH    @"KDEConnectGlobalSettings"
0023 //#define KDECONNECT_REMEMBERED_DEV_FILE_PATH    @"KDEConnectRememberedDevices"
0024 //
0025 //@interface SettingsStore : IASKAbstractSettingsStore
0026 //
0027 //@property (nonatomic, copy, readonly) NSString* _filePath;
0028 //
0029 //- (id)initWithPath:(NSString*)path;
0030 //- (NSArray*)getAllKeys;
0031 //
0032 //@end