Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Boriskov <a.boriskov@corp.mail.ru>2020-01-22 19:16:55 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2020-02-12 14:37:51 +0300
commit90dba18407262bdb076d921188277403339405d4 (patch)
tree7e05a6c44e099c72b33227775566d33bef41a40d /iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC
parent91d7242682d9c8eebea2b226bbed0851fcccc0d8 (diff)
[iOS] Fixed 'style system' code style, swizzle and renderers
Diffstat (limited to 'iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC')
-rw-r--r--iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCSummaryRatingStarsCell.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCSummaryRatingStarsCell.swift b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCSummaryRatingStarsCell.swift
index f5c23ebe1e..cba49b3701 100644
--- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCSummaryRatingStarsCell.swift
+++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCSummaryRatingStarsCell.swift
@@ -1,4 +1,3 @@
-import UIKit
final class UGCSummaryRatingStarsCell: UICollectionViewCell {
@IBOutlet private weak var ratingView: RatingView! {