bytesking/YJCommonMacro

iOS 开发常用的宏


License
MIT

Documentation

YJCommonMacro

Language CocoaPods CocoaPods Carthage Compatible GitHub tag license

iOS Objective-C 开发常用的宏

Adding YJCommonMacro to your project (添加 YJCommonMacro 到你的项目)

CocoaPods

CocoaPods is the recommended way to add YJCommonMacro to your project.

  1. Add a pod entry for YJCommonMacro to your Podfile
    pod 'YJCommonMacro'
  1. Install the pod(s) by running
    pod install
  1. Include YJCommonMacro wherever you need it with
    #import <YJCommonMacro.h>

Carthage

  1. Add YJCommonMacro to your Cartfile.
    github "stackhou/YJCommonMacro"
  1. Run
    carthage update
  1. Follow the rest of the standard Carthage installation instructions to add YJCommonMacro to your project.

结构