Initial Commit

This commit is contained in:
Zitao Xiong
2013-05-12 16:28:33 -05:00
commit f33a15691d
6 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
//
// QuickLocalization.h
// QuickLocalization
//
// Created by Zitao Xiong on 5/12/13.
// Copyright (c) 2013 nanaimostudio. All rights reserved.
//
#import <AppKit/AppKit.h>
@interface QuickLocalization : NSObject
@end