iOS Objective-C 开发常用的宏
CocoaPods is the recommended way to add YJCommonMacro
to your project.
- Add a pod entry for
YJCommonMacro
to your Podfile
pod 'YJCommonMacro'
- Install the pod(s) by running
pod install
- Include
YJCommonMacro
wherever you need it with
#import <YJCommonMacro.h>
- Add YJCommonMacro to your Cartfile.
github "stackhou/YJCommonMacro"
- Run
carthage update
- Follow the rest of the standard Carthage installation instructions to add YJCommonMacro to your project.