Commit 640c1b9e authored by Wilson Yuan's avatar Wilson Yuan

Fix method not found in swift version

parent 115f4046
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@property (nonatomic, strong) PHCachingImageManager *cachingImageManager; @property (nonatomic, strong) PHCachingImageManager *cachingImageManager;
+ (instancetype)manager; + (instancetype)manager NS_SWIFT_NAME(default());
@property (nonatomic, assign) BOOL shouldFixOrientation; @property (nonatomic, assign) BOOL shouldFixOrientation;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment