IFTTT / FastttCamera

Fasttt and easy camera framework for iOS with customizable filters
http://ifttt.github.io
MIT License
1.86k stars 189 forks source link

add a framework header file #24

Closed aelam closed 9 years ago

aelam commented 9 years ago

I use in it in swift, I have to import all the files one by one into bridge header why not add a header such as FasttCameraKit.h which imports all public header files

lauraskelton commented 9 years ago

You only need to import FastttCamera/FastttCamera.h or FastttCamera/FastttFilterCamera.h into your bridging header, just like if you were importing them into your Objective-C class. The other files not included in those headers are internal to FastttCamera.