2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-sync
|
|
|
|
*/
|
2019-09-24 09:21:22 +00:00
|
|
|
export * from './lib/models/buddy';
|
|
|
|
export * from './lib/models/group';
|
2019-09-18 06:02:21 +00:00
|
|
|
|
|
|
|
export * from './lib/services/sync-protocol.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-sync-protocol.module';
|
2019-09-24 09:21:22 +00:00
|
|
|
|
|
|
|
export * from './lib/types/userInfo';
|