2
0

Remove stale Love Lyndir references.

This commit is contained in:
Maarten Billemont 2014-07-01 23:56:44 -04:00
parent d340278ec5
commit 10838aad00
3 changed files with 0 additions and 4 deletions

View File

@ -16,7 +16,6 @@
// Copyright, lhunath (Maarten Billemont) 2014. All rights reserved.
//
#import "LLGitTip.h"
@interface MPEmergencyViewController : UIViewController <UITextFieldDelegate>

View File

@ -16,7 +16,6 @@
// Copyright, lhunath (Maarten Billemont) 2014. All rights reserved.
//
#import "LLGitTip.h"
@class MPElementEntity;
@class MPCoachmark;

View File

@ -16,7 +16,6 @@
// Copyright, lhunath (Maarten Billemont) 2014. All rights reserved.
//
#import "LLGitTip.h"
@interface MPUsersViewController : UIViewController <UICollectionViewDataSource, UICollectionViewDelegateFlowLayout, UITextFieldDelegate>
@ -24,7 +23,6 @@
@property(weak, nonatomic) IBOutlet UIView *userSelectionContainer;
@property(weak, nonatomic) IBOutlet UIButton *marqueeButton;
@property(weak, nonatomic) IBOutlet UIView *gitTipTip;
@property(weak, nonatomic) IBOutlet LLGitTip *gitTipButton;
@property(weak, nonatomic) IBOutlet UITextField *entryField;
@property(weak, nonatomic) IBOutlet UILabel *entryLabel;
@property(weak, nonatomic) IBOutlet UILabel *entryTipTitleLabel;