Skip to content

Commit

Permalink
feat: Add new files for input and nettest status in RunTest view
Browse files Browse the repository at this point in the history
Signed-off-by: Norbel AMBANUMBEN <[email protected]>
  • Loading branch information
aanorbel committed Jul 26, 2024
1 parent 714c201 commit 42db697
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ooniprobe/View/RunTest/Rows/InputTableViewCell.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// InputTableViewCell.swift
// ooniprobe
//
// Created by Norbel Ambanumben on 26/07/2024.
// Copyright © 2024 OONI. All rights reserved.
//

import Foundation
9 changes: 9 additions & 0 deletions ooniprobe/View/RunTest/Rows/NettestStatus.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// NettestStatus.swift
// ooniprobe
//
// Created by Norbel Ambanumben on 26/07/2024.
// Copyright © 2024 OONI. All rights reserved.
//

import Foundation
9 changes: 9 additions & 0 deletions ooniprobe/View/RunTest/Rows/NettestTableViewCell.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// NettestTableViewCell.swift
// ooniprobe
//
// Created by Norbel Ambanumben on 26/07/2024.
// Copyright © 2024 OONI. All rights reserved.
//

import Foundation

0 comments on commit 42db697

Please sign in to comment.