docs: issue#2507 Removed 'Apple UIKit's' as it is not mentioned to do. (#2812)

This commit is contained in:
Aditya
2024-03-17 12:01:48 +05:30
committed by GitHub
parent 59cd01897a
commit e30e359c95
+1 -1
View File
@@ -157,7 +157,7 @@ Typically, the proxy pattern is used to
* [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/)
* Mocking frameworks [Mockito](https://site.mockito.org/),
[Powermock](https://powermock.github.io/), [EasyMock](https://easymock.org/)
* Apple UIKit's [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance)
* [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance)
## Related patterns