Files
Xcode-Quick-Localization/QuickLocalization/QLConstString.m
2015-11-19 03:04:40 -05:00

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";