IME // Introducing vChewing namespace to Swift.
This commit is contained in:
parent
d0d9cff87e
commit
f09230aead
|
@ -25,6 +25,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
import Carbon
|
import Carbon
|
||||||
import Cocoa
|
import Cocoa
|
||||||
|
|
||||||
|
// The namespace of this input method.
|
||||||
|
public enum vChewing {}
|
||||||
|
|
||||||
public class IME: NSObject {
|
public class IME: NSObject {
|
||||||
static let arrSupportedLocales = ["en", "zh-Hant", "zh-Hans", "ja"]
|
static let arrSupportedLocales = ["en", "zh-Hant", "zh-Hans", "ja"]
|
||||||
static let dlgOpenPath = NSOpenPanel()
|
static let dlgOpenPath = NSOpenPanel()
|
||||||
|
|
Loading…
Reference in New Issue