File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1+ name : Swift
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ build :
7+ runs-on : macos-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - name : Build
11+ run : swift build
12+ - name : Test
13+ run : swift test
Original file line number Diff line number Diff line change 66[ ![ gitee 镜像] ( https://img.shields.io/badge/%E9%95%9C%E5%83%8F-gitee-C61E22.svg?style=flat-square )] ( https://gitee.com/b9swift/AssociatedObject )
77[ ![ GitHub Source] ( https://img.shields.io/badge/Source-GitHub-24292F.svg?style=flat-square )] ( https://github.com/b9swift/AssociatedObject )
88
9- Objective-C associated object 的 Swift 封装。
10-
119Objective-C associated value wrapper.
1210
13- ## 集成
14-
15- 使用 Swift Package Manager 或手工导入。
16-
17- You can also use [ GitHub source] ( https://github.com/b9swift/AssociatedObject ) .
18-
1911## Installation
2012
2113Using Swift Package Manager or import manually.
2214
2315你也可以使用 [ gitee 镜像] ( https://gitee.com/b9swift/AssociatedObject ) 。
2416
25- ## 使用
26-
2717## Usage
2818
2919``` swift
You can’t perform that action at this time.
0 commit comments