File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 
Sources/B9AssociatedObject Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright © 2020-2021  BB9z
3+ Copyright © 2020-2022  BB9z
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 44[ ![ Swift Package Manager] ( https://img.shields.io/badge/spm-compatible-F05138.svg?style=flat-square )] ( https://swift.org/package-manager ) 
55[ ![ Build Status] ( https://img.shields.io/github/workflow/status/b9swift/Action/Swift?style=flat-square&colorA=555555&colorB=F05138 )] ( https://github.com/b9swift/AssociatedObject/actions ) 
66[ ![ gitee 镜像] ( https://img.shields.io/badge/%E9%95%9C%E5%83%8F-gitee-C61E22.svg?style=flat-square )] ( https://gitee.com/b9swift/AssociatedObject ) 
7- [ ![ GitHub Source] ( https://img.shields.io/badge/Source-GitHub-24292F.svg?style=flat-square )] ( https://github.com/b9swift/AssociatedObject ) 
87
9- Objective-C associated value wrapper in Swift.
8+ Objective-C associated value wrapper for convenient use  in Swift. It is primarily used to add attributes to existing types through extensions .
109
1110## Installation  
1211
13- Using  Swift Package Manager or import manually .
12+ You can use either  Swift Package Manager or manual importing to add this package to your project .
1413
1514你也可以使用 [ gitee 镜像] ( https://gitee.com/b9swift/AssociatedObject ) 。
1615
Original file line number Diff line number Diff line change 11/*
22 B9AssociatedObject.swift
33
4-  Copyright © 2020-2021 RFUI .
4+  Copyright © 2020-2022 BB9z .
55 https://github.com/b9swift/AssociatedObject
66
77 The MIT License
1111import  Foundation
1212
1313/**
14-  Objective-C associated value wrapper.
14+  Objective-C associated value wrapper for convenient use in Swift.
15+  It is primarily used to add attributes to existing types through extensions.
1516
16-  Usage
17+  Usage: 
1718
1819 ```
1920 private let fooAssociation = AssociatedObject<String>()
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments