Commit 88c1b4ef by Daniel Dahan

Merge pull request #257 from JackoPlane/master

Thank you!
parents cee4bea1 55fcfcaf
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
import UIKit
public protocol MaterialCollectionViewDataSource : UICollectionViewDataSource { public protocol MaterialCollectionViewDataSource : UICollectionViewDataSource {
/** /**
Retrieves the items for the collectionView. Retrieves the items for the collectionView.
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
import UIKit
public protocol MaterialCollectionViewDelegate : MaterialDelegate, UICollectionViewDelegate { public protocol MaterialCollectionViewDelegate : MaterialDelegate, UICollectionViewDelegate {
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment