package javax.sip.header;

public interface SIPIfMatchHeader extends SIPETagHeader {
    String NAME = "SIP-If-Match";
}