|
|
@@ -19,6 +19,9 @@
|
|
|
@property (weak, nonatomic) IBOutlet CustomLabel *lblTitle;
|
|
|
@property (weak, nonatomic) IBOutlet CustomButton *btnArrow; // 화살표 아이콘
|
|
|
@property (weak, nonatomic) IBOutlet CustomLabel *lblCount; // 홈허브 개수
|
|
|
+@property (weak, nonatomic) IBOutlet UIView *viewTitle; // Head Title View
|
|
|
+@property (weak, nonatomic) IBOutlet CustomLabel *lblEditMode; // 순서 편집모드 텍스트
|
|
|
+
|
|
|
|
|
|
@property (weak, nonatomic) IBOutlet UICollectionView *collectionView;
|
|
|
@property (weak, nonatomic) IBOutlet UIImageView *imgvHubAlert;
|