CocoaSplit/CapturePlugins/CSTimeCapturePlugin/CSCurrentTimeCaptureViewController.h

15 lines
361 B
Objective-C

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