Change example row
Seto Elkahfi committed
Mar 28, 2017 at 19:24 UTC
52770941637f2089140f1d652ce649e12549ac2f
3 files changed
+21
-9
Example/JomloTableView/ExampleRow.swift
deleted
-9
@@ -1,9 +0,0 @@
1
-//
2
-// ExampleRow.swift
3
-// JomloTableView
4
-//
5
-// Created by SDMobile on 3/28/17.
6
-// Copyright © 2017 CocoaPods. All rights reserved.
7
-//
8
-
9
-import Foundation
Example/JomloTableView/SimpleCell.swift
new
+21
@@ -0,0 +1,21 @@
1
+//
2
+// SimpleCell.swift
3
+// JomloTableView
4
+//
5
+// Created by SDMobile on 3/28/17.
6
+// Copyright © 2017 CocoaPods. All rights reserved.
7
+//
8
+
9
+import UIKit
10
+
11
+class SimpleCell: JomloTableViewCell {
12
+
13
+ /*
14
+ // Only override draw() if you perform custom drawing.
15
+ // An empty implementation adversely affects performance during animation.
16
+ override func draw(_ rect: CGRect) {
17
+ // Drawing code
18
+ }
19
+ */
20
+
21
+}