mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
13 lines
227 B
Objective-C
13 lines
227 B
Objective-C
//
|
|
// H264StreamerTests.h
|
|
// H264StreamerTests
|
|
//
|
|
// Created by Zakk on 9/2/12.
|
|
// Copyright (c) 2012 Zakk. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface H264StreamerTests : SenTestCase
|
|
|
|
@end
|