blob: df4da85b5456109323e586f5bdbe34a650093555 [file] [log] [blame]
/*
Copyright 2019-present Infosys Limited  
   
SPDX-License-Identifier: Apache-2.0  
  
*/
#ifndef GTPV2GROUPEDIE_H_
#define GTPV2GROUPEDIE_H_
class GtpV2GroupedIe {
public:
GtpV2GroupedIe();
virtual ~GtpV2GroupedIe();
};
#endif /* GTPV2GROUPEDIE_H_ */