Skip to content

Commit

Permalink
Preference pane bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannair05 committed Aug 19, 2020
1 parent 53b5c77 commit 0f31576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions caskprefs/CaskRootListController.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
-(NSMutableArray*)appSpecifiers;
@end

@interface CaskTwitterCell : PSTableCell

@property (nonatomic, retain, readonly) UIView *avatarView;
@property (nonatomic, retain, readonly) UIImageView *avatarImageView;
@end

@interface Cask : NSObject
+ (void)loadPrefs;
@end
2 changes: 1 addition & 1 deletion caskprefs/Resources/AppSettings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</dict>
<dict>
<key>cellClass</key>
<string>CaskTwitterCell</string>
<string>caskprefs.CaskTwitterCell</string>
<key>label</key>
<string>Ryan Nair</string>
<key>accountName</key>
Expand Down

0 comments on commit 0f31576

Please sign in to comment.