remove Foundation import

This commit is contained in:
Max Sokolov 2016-05-24 20:22:35 +03:00
parent 779bf8dd43
commit b87d2b8aec
4 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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()

View File

@ -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.

View File

@ -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"