mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-16 14:15:51 -06:00
15 lines
361 B
Objective-C
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
|