mirror of
https://github.com/tappollo/Xcode-Quick-Localization.git
synced 2026-01-12 22:37:18 +08:00
32 lines
1.2 KiB
Objective-C
32 lines
1.2 KiB
Objective-C
//
|
|
// AMConstString.m
|
|
// AMMethod2Implement
|
|
//
|
|
// Created by JohnnyLiu on 15/4/1.
|
|
// Copyright (c) 2015年 Tendencystudio. All rights reserved.
|
|
//
|
|
|
|
#import "QLConstString.h"
|
|
|
|
|
|
NSString * const kMenuRootMenuTitle = @"rootMenuTitle";
|
|
NSString * const kMenuPluginTitle = @"pluginTitle";
|
|
NSString * const kMenuSubMenuItems = @"subMenuItems";
|
|
NSString * const kMenuTitle = @"title";
|
|
NSString * const kMenuSelector = @"selector";
|
|
NSString * const kMenuShortcut = @"shortcut";
|
|
NSString * const kMenuKeyMask = @"keyMask";
|
|
NSString * const kMenuKeyEquivalent = @"keyEquivalent";
|
|
|
|
NSString * const kMenuActionTitle = @"Implement Mehod";
|
|
|
|
NSString * const kQLFormatStringKey = @"KQLFormatStringKey";
|
|
NSString * const kQLFormatStringCommentSameKey = @"KQLFormatStringKey";
|
|
NSString * const kQLFormatStringSwiftSyntax = @"kQLFormatStringSwiftSyntax";
|
|
|
|
|
|
|
|
NSString * const kQLFormatStringCommentValueKey = @"kQLFormatStringCommentValueKey";
|
|
NSString * const kQLFormatStringTableNameValueKey = @"kQLFormatStringTableNameValueKey";
|
|
NSString * const kQLFormatStringBundleValueKey = @"kQLFormatStringBundleValueKey";
|
|
NSString * const kQLFormatStringValueValueKey = @"kQLFormatStringValueValueKey"; |