#import #import "LSHTTPRequest.h" @interface LSHTTPRequestDiff : NSObject @property (nonatomic, assign, readonly, getter = isEmpty) BOOL empty; - (id)initWithRequest:(id)oneRequest andRequest:(id)anotherRequest; @end