davbeck / TNKImagePickerController

A replacement for UIImagePickerController that can select multiple photos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate interface definition for class 'TNKImagePickerController'

ARGAMX opened this issue · comments

.m file
On including
#import "TNKImagePickerController.h"
Gets error 'Duplicate interface definition for class 'TNKImagePickerController''

On including
@import TNKImagePickerController;
success.

I think it should be mentioned in instruction, how to include it.

Also, example in doc requires
@import Photos;