]> git.saurik.com Git - apple/security.git/blob - keychain/ot/tests/OTFollowupTests.m
Security-59306.61.1.tar.gz
[apple/security.git] / keychain / ot / tests / OTFollowupTests.m
1 //
2 // OTFollowupTests.m
3 // OctagonTests
4 //
5
6 #import <XCTest/XCTest.h>
7 #import <OCMock/OCMock.h>
8 #import "keychain/ckks/CKKSAnalytics.h"
9 #import "keychain/ot/OTFollowup.h"
10
11 @interface OTFollowupTests : XCTestCase
12 @end
13
14 @implementation OTFollowupTests
15
16 - (void)testPostCFUFollowup {
17 }
18
19 @end