hank
2019-01-22 13e53a03f4d50169d0cf7f72d414753ae6b421ce
frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h
@@ -28,15 +28,15 @@
/**
 Sets the image for a texture key.
 - Parameter image: The UIImage for the texture
 - Parameter name: The key for the texture
 @param image The UIImage for the texture
 @param key The key for the texture
 */
- (void)setImage:(UIImage *)image forKey:(NSString *)key;
/**
 Gets the image for a texture key.
 - Parameter name: The key for the texture
 - Returns: The texture UIImage or nil
 @param key The key for the texture
 @return The texture UIImage or nil
 */
- (UIImage *)imageForKey:(NSString *)key;