mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-13 09:55:32 +08:00
Summary: title Kevin's comment on D14434796 Reviewed By: shergin Differential Revision: D14476210 fbshipit-source-id: 6c0ffcaef8364551f58d00e7f0c887962bd3b5a4
15 lines
293 B
Objective-C
15 lines
293 B
Objective-C
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIImage (Diff)
|
|
|
|
- (UIImage *)diffWithImage:(UIImage *)image;
|
|
|
|
@end
|