2011-02-08 10:10:46 -06:00
|
|
|
//
|
|
|
|
// MGMAdinline.h
|
|
|
|
// Adinline
|
|
|
|
//
|
|
|
|
// Created by Mr. Gecko on 2/4/11.
|
|
|
|
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <Adium/AIPlugin.h>
|
|
|
|
#import <Adium/AISharedAdium.h>
|
|
|
|
#import <Adium/AIChat.h>
|
2011-02-10 11:26:13 -06:00
|
|
|
#import <Adium/AIListObject.h>
|
|
|
|
#import <Adium/AIContactControllerProtocol.h>
|
2011-02-08 10:10:46 -06:00
|
|
|
#import <Adium/AICorePluginLoader.h>
|
|
|
|
#import <Adium/AIContentControllerProtocol.h>
|
|
|
|
#import <Adium/AIInterfaceControllerProtocol.h>
|
|
|
|
#import "WebKit Message View/AIWebKitMessageViewController.h"
|
|
|
|
|
|
|
|
@interface MGMAdinline : AIPlugin <AIHTMLContentFilter> {
|
2011-02-10 11:26:13 -06:00
|
|
|
BOOL allowsStrangers;
|
2011-02-08 10:10:46 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|