mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
18 lines
388 B
Objective-C
18 lines
388 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 "CSCurrentTimeCapture.h"
|
|
|
|
@interface CSCurrentTimeCaptureViewController : NSViewController
|
|
|
|
@property (strong) NSArray *styleSortDescriptors;
|
|
@property (weak) CSCurrentTimeCapture *captureObj;
|
|
|
|
@end
|