// Intron.h: interface for the Intron class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_INTRON_H__C127E012_42E6_428D_9CFE_9D4ED1EB3ABC__INCLUDED_) #define AFX_INTRON_H__C127E012_42E6_428D_9CFE_9D4ED1EB3ABC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class Intron { public: int nucleotides; Intron(); virtual ~Intron(); }; #endif // !defined(AFX_INTRON_H__C127E012_42E6_428D_9CFE_9D4ED1EB3ABC__INCLUDED_)