Skip to content

Commit ac06c09

Browse files
authored
Remove remaining bridging headers (#24226)
1 parent b19cc04 commit ac06c09

File tree

14 files changed

+8
-44
lines changed

14 files changed

+8
-44
lines changed

WordPress/Classes/Utility/FormattableContent/FormattableRangesFactory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
protocol FormattableRangesFactory {
34
static func contentRange(from dictionary: [String: AnyObject]) -> FormattableContentRange?

WordPress/Classes/ViewRelated/Notifications/FormattableContent/FormattableCommentContent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
class FormattableCommentContent: NotificationTextContent {
34

WordPress/Classes/ViewRelated/Notifications/FormattableContent/FormattableUserContent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
class FormattableUserContent: NotificationTextContent {
34
override var kind: FormattableContentKind {

WordPress/Classes/ViewRelated/Notifications/FormattableContent/NotificationContentFactory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
private enum Constants {
34
static let Actions = "actions"

WordPress/Classes/ViewRelated/Notifications/FormattableContent/Ranges/FormattableNoticonRange.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
/// This class is used as part of the Notification Formattable Content system.
34
/// It inserts the given icon into an attributed string at the given range.

WordPress/Classes/ViewRelated/Notifications/FormattableContent/Ranges/NotificationCommentRange.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
public class NotificationCommentRange: NotificationContentRange {
34
public let commentID: NSNumber?

WordPress/Classes/ViewRelated/Notifications/FormattableContent/Ranges/NotificationContentRange.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
public class NotificationContentRange: FormattableContentRange, LinkContentRange {
34
public let kind: FormattableRangeKind

WordPress/Classes/ViewRelated/Notifications/FormattableContent/Ranges/NotificationContentRangeFactory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Foundation
12

23
struct NotificationContentRangeFactory: FormattableRangesFactory {
34
static func contentRange(from dictionary: [String: AnyObject]) -> FormattableContentRange? {

WordPress/JetpackIntents/Supporting Files/JetpackIntents-Bridging-Header.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

WordPress/WordPress.xcodeproj/project.pbxproj

Lines changed: 0 additions & 36 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)