// // CSElapsedTimeCapture.h // CSTimeCapturePlugin // // Created by Zakk on 2/6/15. // Copyright (c) 2015 Zakk. All rights reserved. // #import "CSTimeIntervalBase.h" @interface CSElapsedTimeCapture : CSTimeIntervalBase @property (assign) bool restartWhenLive; @end