mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-24 11:28:14 +00:00
19 lines
592 B
Objective-C
19 lines
592 B
Objective-C
//
|
|
// QBImagePicker.h
|
|
// QBImagePicker
|
|
//
|
|
// Created by Katsuma Tanaka on 2015/04/03.
|
|
// Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for QBImagePicker.
|
|
FOUNDATION_EXPORT double QBImagePickerVersionNumber;
|
|
|
|
//! Project version string for QBImagePicker.
|
|
FOUNDATION_EXPORT const unsigned char QBImagePickerVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <QBImagePicker/PublicHeader.h>
|
|
#import <QBImagePicker/QBImagePickerController.h>
|