Remove unused elements (#530)
This commit is contained in:
parent
ff6a1edf62
commit
819371f55e
27 changed files with 9 additions and 111 deletions
|
|
@ -6,11 +6,10 @@
|
|||
// Copyright © 2017 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import UIKit
|
||||
|
||||
public class SecurePasteboard {
|
||||
public static let shared = SecurePasteboard()
|
||||
class SecurePasteboard {
|
||||
static let shared = SecurePasteboard()
|
||||
|
||||
private var backgroundTaskID = UIBackgroundTaskIdentifier.invalid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue