forked from shadowfacts/Tusker
25 lines
754 B
Objective-C
25 lines
754 B
Objective-C
//
|
|
// GMImagePicker.h
|
|
// GMImagePicker
|
|
//
|
|
// Created by Shadowfacts on 1/14/19.
|
|
// Copyright © 2019 Shadowfacts. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for GMImagePicker.
|
|
FOUNDATION_EXPORT double GMImagePickerVersionNumber;
|
|
|
|
//! Project version string for GMImagePicker.
|
|
FOUNDATION_EXPORT const unsigned char GMImagePickerVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <GMImagePicker/PublicHeader.h>
|
|
|
|
|
|
#import <GMImagePicker/GMImagePickerController.h>
|
|
#import <GMImagePicker/GMAlbumsViewCell.h>
|
|
#import <GMImagePicker/GMAlbumsViewController.h>
|
|
#import <GMImagePicker/GMGridViewCell.h>
|
|
#import <GMImagePicker/GMGridViewController.h>
|