We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95474a7 commit 91eca83Copy full SHA for 91eca83
README.markdown
@@ -1,6 +1,6 @@
1
The xcode tool project is planed to be a collection of xcode tools.
2
3
-Now, it contains 3 tool:
+Now, it contains the following tools:
4
5
####1. Code snippets management.
6
@@ -24,3 +24,9 @@ Usage:
24
####3. NSString Wrapper
25
26
NSString Wrapper is a wrapper class to decorate NSString methods to java String style.
27
+
28
+####4. Macro Utils
29
30
+ 1. VersionCompare.h Macros used for version comparison.
31
+ 2. MacroUtils.h Macros used for debuging and I18N.
32
+ 3. UIContants.h Macros used for UI.
0 commit comments