adium/adium

92fa28ff1873
Merged matthewkotila/adium/tip into default

Fixes #16970 ("Transition from SenTestingKit to XCTest") in order to build on OS X 10.11 / Xcode 7.2.
//
// PurpleFacebookAccount.h
// Adium
//
// Created by Evan Schoenberg on 1/15/09.
// Copyright 2009 Adium X. All rights reserved.
//
#import "CBPurpleAccount.h"
#import "AIFacebookXMPPAccount.h"
@interface PurpleFacebookAccount : AIFacebookXMPPAccount {
}
@end