mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2026-08-31 05:21:09 +00:00
14 lines
218 B
Objective-C
14 lines
218 B
Objective-C
//
|
|
// RNImageResizer.h
|
|
// RNImageResizer
|
|
//
|
|
// Created by Florian Rival on 02/12/15.
|
|
// Copyright © 2015 BAM. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface RNImageResizer : NSObject
|
|
|
|
@end
|