hackedteam/core-ios

View on GitHub
core/Modules/RCSINullEvent.h

Summary

Maintainability
Test Coverage
//
//  RCSINullEvent.h
//  RCSIphone
//
//  Created by armored on 10/30/12.
//
//

#import "RCSIEvent.h"

@interface _i_NullEvent : _i_Event

- (id)init;

@end