Manos Chorianopoulos

ProfileCouponFiltersTableViewCell fix

......@@ -23,6 +23,7 @@ protocol ProfileCouponFiltersTableViewCellDelegate: AnyObject {
titleLabel.font = UIFont(name: "PingLCG-Bold", size: 18)
titleLabel.textColor = UIColor(rgb: 0x000F1E)
titleLabel.text = "Τα κουπόνια μου"
// Register XIBs for collection view cells
collectionView.register(UINib(nibName: "ProfileFilterCollectionViewCell", bundle: Bundle(for: MyEmptyClass.self)), forCellWithReuseIdentifier: "ProfileFilterCollectionViewCell")
......