mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-06-01 06:02:16 -06:00
22 lines
402 B
Objective-C
22 lines
402 B
Objective-C
//
|
|
// CSCountdownTimeCaptureViewController.m
|
|
// CSTimeCapturePlugin
|
|
//
|
|
// Created by Zakk on 2/8/15.
|
|
// Copyright (c) 2015 Zakk. All rights reserved.
|
|
//
|
|
|
|
#import "CSCountdownTimeCaptureViewController.h"
|
|
|
|
@interface CSCountdownTimeCaptureViewController ()
|
|
|
|
@end
|
|
|
|
@implementation CSCountdownTimeCaptureViewController
|
|
|
|
- (void)viewDidLoad {
|
|
[super viewDidLoad];
|
|
// Do view setup here.
|
|
}
|
|
|
|
@end
|