http://niwatako.hatenablog.jp/entry/2016/03/05/022452
===================================================================
| // | |
| // C4WorkSpace.m | |
| // Examples | |
| // | |
| // Created by Greg Debicki. | |
| // | |
| @implementation C4WorkSpace { | |
| C4Shape *bigCircle; | |
| } |
| // | |
| // C4WorkSpace.m | |
| // Examples | |
| // | |
| // Created by Travis Kirton and Greg Debicki. | |
| // | |
| #import "C4WorkSpace.h" | |
| @implementation C4WorkSpace { |
| // | |
| // CIFaceFeature+UIImageOrientation.h | |
| // | |
| // | |
| // Created by Xiaochao Yang on 6/9/13. | |
| // Copyright (c) 2013 Xiaochao Yang. All rights reserved. | |
| // | |
| #import <CoreImage/CoreImage.h> |
http://niwatako.hatenablog.jp/entry/2016/03/05/022452
===================================================================