adium/adium

Remove MySpace mentions from the project file.
adium-1.6
2016-09-04, Robert Vehse
12edc3093114
Remove MySpace mentions from the project file.
//
// AINewMessageSearchField.h
// Adium
//
// Created by Thijs Alkemade on 23-10-12.
// Copyright (c) 2012 The Adium Team. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AINewMessageSearchField : NSSearchField {
IBOutlet NSTableView *table_results;
}
@end