remove Foundation import
This commit is contained in:
parent
779bf8dd43
commit
b87d2b8aec
|
|
@ -19,7 +19,6 @@
|
|||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
import UIKit
|
||||
import Foundation
|
||||
|
||||
/**
|
||||
Responsible for table view's datasource and delegate.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
import UIKit
|
||||
import Foundation
|
||||
|
||||
public typealias ReturnValue = AnyObject?
|
||||
|
||||
|
|
@ -156,6 +155,8 @@ public class TablePrototypeRowBuilder<DataType: Hashable, CellType: Configurable
|
|||
return height
|
||||
}
|
||||
|
||||
// TODO: set bounds to cell
|
||||
|
||||
cell.configure(item)
|
||||
cell.setNeedsLayout()
|
||||
cell.layoutIfNeeded()
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
import UIKit
|
||||
import Foundation
|
||||
|
||||
/**
|
||||
Responsible for building a certain table view section.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
import UIKit
|
||||
import Foundation
|
||||
|
||||
struct TabletNotifications {
|
||||
static let CellAction = "TabletNotificationsCellAction"
|
||||
|
|
|
|||
Loading…
Reference in New Issue