17 lines
252 B
Objective-C
17 lines
252 B
Objective-C
//
|
|
// SUVersionComparisonTest.h
|
|
// Sparkle
|
|
//
|
|
// Created by Andy Matuschak on 4/15/08.
|
|
// Copyright 2008 Andy Matuschak. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
|
|
@interface SUVersionComparisonTest : SenTestCase {
|
|
|
|
}
|
|
|
|
@end
|