22 lines
537 B
C
22 lines
537 B
C
//
|
|
// MCAsyncNNTP.h
|
|
// mailcore2
|
|
//
|
|
// Created by Robert Widmann on 8/13/14.
|
|
// Copyright (c) 2014 MailCore. All rights reserved.
|
|
//
|
|
|
|
#ifndef MAILCORE_MCASYNCNNTP_H
|
|
|
|
#define MAILCORE_MCASYNCNNTP_H
|
|
|
|
#include <MailCore/MCNNTPAsyncSession.h>
|
|
#include <MailCore/MCNNTPOperation.h>
|
|
#include <MailCore/MCNNTPFetchHeaderOperation.h>
|
|
#include <MailCore/MCNNTPFetchArticleOperation.h>
|
|
#include <MailCore/MCNNTPFetchArticlesOperation.h>
|
|
#include <MailCore/MCNNTPListNewsgroupsOperation.h>
|
|
#include <MailCore/MCNNTPOperationCallback.h>
|
|
|
|
#endif
|