.. |
NSBezierPath+RoundedCorners.h
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
NSBezierPath+RoundedCorners.m
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
SDAsyncBlockOperation.h
|
Move the SDAsyncBlockOperation into the private header folder, this class is only used inside framework
|
2019-03-06 13:05:22 +08:00 |
SDAsyncBlockOperation.m
|
Fix prefetch cancellation issues
|
2019-03-18 12:01:46 +08:00 |
SDImageAPNGCoderInternal.h
|
Change the naming of private headers of internal methods, from `+Private.h` naming into `Internal.h` naming, follow other popular framework's naming rules
|
2019-03-10 10:53:46 +08:00 |
SDImageAssetManager.h
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
SDImageAssetManager.m
|
Using pch for the internal macros, to avoid each implementation files import this macro
|
2019-03-21 19:38:09 +08:00 |
SDImageCachesManagerOperation.h
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
SDImageCachesManagerOperation.m
|
Fix caches manager operation thread safe issue
|
2019-04-02 16:59:57 +08:00 |
SDImageGIFCoderInternal.h
|
Change the naming of private headers of internal methods, from `+Private.h` naming into `Internal.h` naming, follow other popular framework's naming rules
|
2019-03-10 10:53:46 +08:00 |
SDInternalMacros.h
|
Revert "Move the dispatch_main_async_safe into internal macros, since it's used in implementation files but not headers"
|
2019-03-22 10:57:23 +08:00 |
SDInternalMacros.m
|
Add the private @weakify @strongify @onExit macros to simplify the code in implementation files
|
2019-03-21 19:38:09 +08:00 |
SDWeakProxy.h
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
SDWeakProxy.m
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
SDmetamacros.h
|
Rename metamacro.h filename with SDmetamacro.h
|
2019-03-21 19:38:09 +08:00 |
UIColor+HexString.h
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |
UIColor+HexString.m
|
Move some internal classes into private header files, make it easy to maintain the code
|
2019-03-09 15:25:44 +08:00 |