// // CSCurrentTimeCaptureViewController.h // CSTimeCapturePlugin // // Created by Zakk on 2/6/15. // Copyright (c) 2015 Zakk. All rights reserved. // #import #import "CSTextCaptureViewControllerBase.h" @interface CSCurrentTimeCaptureViewController : CSTextCaptureViewControllerBase @property (strong) NSArray *styleSortDescriptors; @end