1 package javax.sip.header;
2 
3 public interface SIPIfMatchHeader extends SIPETagHeader {
4     String NAME = "SIP-If-Match";
5 }
6