Get-Hip/GetHip/InvitedCollectionViewCell.swift

17 lines
278 B
Swift

//
// LoadingFriendCollectionViewCell.swift
// GetHip
//
// Created by Okechi on 2/9/16.
// Copyright (c) 2016 Kroleo. All rights reserved.
//
import UIKit
class InvitedCollectionViewCell: UICollectionViewCell {
@IBOutlet var friendImage: UIImageView!
}